Simple script to get air quality data from GIOS website
- Add GIOS sensor ID into script
- Run with
python gios.py
- Get last air quality data (PM2.5) as output
How to find sensor ID?
- Find station ID here: http://api.gios.gov.pl/pjp-api/rest/station/findAll (example: 129)
- Find sensor ID here: http://api.gios.gov.pl/pjp-api/rest/station/sensors/129 (example: 744)
Enjoy :)