menu

APIS

search

API Playground

Introduction

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.

Explore endpoints

Our endpoints section details all available endpoints. The documentation for each endpoint includes the required parameters and the response structure you can expect.

GET
https://api.ambeedata.com/latest/by-postal-code
HEADERS
requiredvisibility
Signup/login on API dashboard and copy your API key from the home page. Learn more if you have any doubts.
Response can be modified as per your language choice.
PARAMETERS
required
Postal code of the place to search. (Example: 560020)
required
3 letter ISO country code
Response
Request
RESPONSE CODE
{ "message": "success", "stations": [ { "CO": 1.453, "NO2": 25.291, "OZONE": 8.032, "PM10": 52.24, "PM25": 21.943, "SO2": 1.898, "city": "Bangalore", "countryCode": "IN", "division": "Bangalore", "lat": 11.98625, "lng": 77.550478, "placeName": "Race course road", "postalCode": "560020", "state": "Karnataka", "updatedAt": "2021-05-29T13:00:00.000Z", "AQI": 72, "aqiInfo": { "pollutant": "PM2.5", "concentration": 21.943, "category": "Moderate" } } ] }

Previous

arrow

Overview


Was this page helpful?
happy-emoji

Yes

sad-emoji

No