Logo
Developer Platform
Docs
API
Pricing
Showcases
API Reference
Geo
/v1/geo/nearby/v1/geo/search
Traffic
/v1/traffic/geo/v1/traffic/overview
Transit
/v1/transit/stops/departures/v1/transit/stops/nearby
Weather
/v1/weather/climate/v1/weather/forecast/v1/weather/models/forecast/v1/weather/models/info/v1/weather/radar/v1/weather/storms/v1/weather/warnings
_Other
/test/error_custom/weather/v1/climate/weather/v1/climate_old/weather/v1/forecast

[archive] Weather Forecast

GET
/weather/v1/forecast

Description

Old developer.infoplaza.com forecast API.

Parameters

ParameterTypeRequiredDefaultDescription
latitudenumberRequired-Latitude coordinate
longitudenumberRequired-Longitude coordinate

Example Request

curl "https://api.infoplaza.dev/weather/v1/forecast? \
     latitude=52.02 \
     &longitude=5.16 \
     &api_key=$INFOPLAZA_API_KEY"