Weather
The API endpoint provides weather information based on the latitude and longitude passed. The weather information is not stored on our server but is fetched in real time from a third-party provider.
Returns current and forecasted weather data for a given location
Query parameters
lonnumberRequired
Longitude
latnumberRequired
Latitude
Responses
200
Successful response
application/json
latnumberOptional
Latitude
lonnumberOptional
Longitude
timezonestringOptional
Timezone
timezone_offsetintegerOptional
Timezone offset
404
Location not found
500
Internal Server Error
get
/weather/Last updated