Retrieve radar-based precipitation nowcasts in 5-minute steps, including precipitation type, intensity, probability, and ready-to-use image frames per timestep.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| lat | number | Required | - | The latitude of the location |
| lon | number | Required | - | The longitude of the location |
| radius | number | Optional | 10 | Radius of the radar images, in kilometers |
curl "https://api.infoplaza.dev/v1/weather/radar? \
lat=52.02 \
&lon=5.16 \
&api_key=$INFOPLAZA_API_KEY"