For the complete documentation index, see llms.txt. This page is also available as Markdown.

API Docs

With this API documentation, you can explore and interact with all the endpoints of the AirQo API.

Authentication

IMPORTANT: All API endpoints use token as a query parameter.

  1. Get AirQo Account: Visit https://analytics.airqo.net/user/login

  2. Register Client: Log in → Account Settings → API tab → Register CLIENT app

  3. Create Token: Generate access token using client credentials

  4. Use Token: Include as QUERY parameter in all requests

Example Request

GET https://api.airqo.net/v2/measurements/gridS/64b7f325d7249f0029fed743/recent?token=YOUR_ACCESS_TOKEN

✅ Correct: Query parameter | ❌ Wrong: Authorization header

Please follow the embedded link below to read more...

Last updated