# API endpoints

- [Recent Measurements](https://docs.airqo.net/airqo-rest-api-documentation/api-endpoints/recent-measurements.md): Welcome to the Recent Measurements API, where you can access real-time air quality data seamlessly. This page provides detailed information on retrieving recent measurements.
- [Historical Measurements](https://docs.airqo.net/airqo-rest-api-documentation/api-endpoints/historical-measurements.md): Welcome to the Historical Measurements API, your gateway to accessing past air quality data. This page is designed to guide you through the process of retrieving historical measurements.
- [Forecasts](https://docs.airqo.net/airqo-rest-api-documentation/api-endpoints/forecasts.md): Explore the future of air quality with the Air Quality Forecasts API. This page is your guide to accessing daily and hourly forecasts, providing valuable insights into expected air quality conditions.
- [Metadata](https://docs.airqo.net/airqo-rest-api-documentation/api-endpoints/metadata.md): Simplify your experience with the Air Quality Metadata API, designed to provide seamless access to essential information. Explore the wealth of metadata through the following endpoints:
- [Reports](https://docs.airqo.net/airqo-rest-api-documentation/api-endpoints/reports.md): This section offers detailed insights into particulate matter (PM) concentrations, including annual averages, daily means, hourly measurements, and diurnal patterns.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.airqo.net/airqo-rest-api-documentation/api-endpoints.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
