WeatherAPI · Arazzo Workflow
WeatherAPI IP Geolocated Weather
Version 1.0.0
Geolocate an IP address, then fetch current weather and a forecast for that point.
View Spec
View on GitHub
WeatherForecastHistoryMarineAstronomyGeolocationSportsAlertsPublic APIsArazzoWorkflows
Provider
Workflows
ip-geolocated-weather
Geolocate an IP and return current weather plus a forecast for it.
Resolves the IP to a coordinate, fetches current weather for that point, and retrieves a short forecast for the same coordinate.
1
lookupIp
ipLookup
Geolocate the supplied IP address to a latitude and longitude plus timezone.
2
getCurrent
getCurrentWeather
Fetch current weather for the geolocated coordinate using the lat,lon query form.
3
getForecast
getForecast
Fetch a short forecast for the same geolocated coordinate.