Monitoring Station Data
Monitoring Station Data API provides pollutant concentration values from air quality monitoring stations in each country or region.
Warning: Monitoring station data is for reference only, it may be delayed, incorrect or unavailable due to various reasons such as failure, removal, maintenance or local laws and regulations.
Endpoint
/airquality/v1/station/{LocationID}
Path Parameters
-
LocationID(required)LocationID of air quality monitoring station, LocationID can be obtained by GeoAPI. For exampleP58911
Query Parameters
-
langMulti-language setting, please see Language to find out how our multi-language works and how to set up.
Request example
curl -X GET --compressed \
-H 'Authorization: Bearer your_token' \
'https://your_api_host/airquality/v1/station/P53763'Replace your_token and your_api_host with your JWT Authentication and API Host
Response
The response is in JSON format and is Gzip compressed.
-
metadata.tagUnique tag for this data -
metadata.sourcesAttributions for data sources or declarations, developers must display this information with data -
pollutants.codeThe pollutant code. -
pollutants.nameName of pollutant. -
pollutants.fullNameFull name of pollutant. -
pollutants.concentration.valueConcentration values of pollutants. -
pollutants.concentration.unitUnits for concentration values of pollutants.