Old developer.infoplaza.com climate API.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| latitude | number | Required | - | Latitude coordinate |
| longitude | number | Required | - | Longitude coordinate |
curl "https://api.infoplaza.dev/weather/v1/climate? \
latitude=52.02 \
&longitude=5.16 \
&api_key=$INFOPLAZA_API_KEY"