GET
GET
Weather UnionWeather Unionweather dataAPI for current weather data at a lat, long
GET
https://api.lowcodeapi.com/weatherunion/gw/weather/external/v0/get_weather_data
Query Parameters 2
latitudenumber
longitudenumber
Parameters Description
latitudenumber
Latitude
longitudenumber
Longitude
Overview

This API is for fetching weather data at a given latitude and longitude within 2 km radius of our weather device

API Reference Link
https://b.zmtcdn.com/data/file_assets/915d4e8e95d067c47e1ae38d77d572b21715104204.pdf
Response
API response data will be shown here once the request is completed.
Snippet
cURL
curl -X GET \
 'https://api.lowcodeapi.com/weatherunion/gw/weather/external/v0/get_weather_data' \
 -H 'Cache-Control: no-cache' \
 -H 'Content-Type: application/json' --data-raw '{}'
© 2024LowCodeAPI

Last Updated : 2024-12-16 14:03 +00:00