Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/api/health/v1/list-air-quality-alerts
{ "alerts": [ { "city": "<string>", "countryCode": "<string>", "lat": 123, "lng": 123, "pm25": 123, "aqi": 123, "riskLevel": "<string>", "pollutant": "<string>", "measuredAt": 123, "source": "<string>" } ], "fetchedAt": 123 }
ListAirQualityAlerts returns recent PM2.5 stations with AQI-derived health risk.
Successful response
Show child attributes
Warning: Values > 2^53 may lose precision in JavaScript
Was this page helpful?