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/weather/latest/by-lat-lng
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
Latitude of the search location. Latitude must be between -90 and 90
required
Longitude of the search location. Longitude must be between -180 and 180
Returns the weather parameters in SI units if 'si' is passed in the query parameter.
Response
Request
RESPONSE CODE
{ "message": "success", "data": { "lat": 12, "lng": 77, "timezone": "Asia/Kolkata", "country_code": "IN", "time": 1719302400, "apparentTemperature": 85, "cloudCover": 0, "dewPoint": 66.29, "humidity": 56, "pressure": 1005, "precipIntensity": 0.57, "temperature": 83, "visibility": 8.25058, "windGust": 29.53, "ozone": 270.58, "uvIndex": 4.4, "windSpeed": 21.38, "windBearing": 256, "icon": "rain", "summary": "Expect some rain. Temperatures will feel warm. Moderate humidity. Windy conditions. Moderate UV levels.", "updatedAt": "2024-06-25T08:00:00.000Z" } }

Previous

arrow

Overview


Was this page helpful?
happy-emoji

Yes

sad-emoji

No