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": {
"lat": 12,
"lng": 77,
"history": [
{
"timezone": "Asia/Kolkata",
"country_code": "IN",
"createdAt": "2024-06-23T14:00:00.000Z",
"time": 1719151200,
"apparentTemperature": 69,
"cloudCover": 0.68,
"dewPoint": 68.15,
"humidity": 94,
"pressure": 1007,
"precipIntensity": 2.63,
"temperature": 69,
"visibility": 6.6260900000000005,
"windGust": 23.54,
"ozone": 271.69,
"uvIndex": 0,
"windSpeed": 6.83,
"windBearing": 244,
"icon": "rain",
"summary": "Expect some rain. Temperatures will feel warm. Higher humidity levels. Expect a gentle breeze. Low UV levels."
}
]
}
}Next
Playground
Yes
No