This interactive environment allows you to test Ambee APIs live, giving you hands-on experience with our data offerings. Before you begin, ensure you have an API key. To know more about API Keys, please visit the API keys section.
Our endpoints section details all available endpoints. The documentation for each endpoint includes the required parameters and the response structure you can expect.
{
"message": "success",
"data": [
{
"NO2": 8.049,
"PM10": 69.444,
"PM25": 36.102,
"CO": 0.332,
"SO2": 5.873,
"OZONE": 6.174,
"AQI": 102,
"lat": 17.2739,
"lng": 78.6938,
"createdAt": "2021-03-05T12:00:00.000Z",
"postalCode": "508213",
"majorPollutant": "PM2.5"
}
]
}
Next
Playground
Yes
No