This API is for fetching weather data at a given latitude and longitude within 2 km radius of our weather device
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 '{}'
Last Updated : 2024-12-16 14:03 +00:00