Thunderstorm List (Within Radius)
Thunderstorm List (Within Radius)
Returns a paged list of thunderstorms within a given radius of a center point. This endpoint allows querying data within a maximum radius of 50 km and a time range of 30 days based on the endTimeEpoch value.
POST
Thunderstorm List (Within Radius)
Documentation Index
Fetch the complete documentation index at: https://api-docs.iklim.co/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Latitude of the center point.
Required range:
-90 <= x <= 90Example:
39.869847
Longitude of the center point.
Required range:
-180 <= x <= 180Example:
32.745468
Search radius in meters.
Required range:
0 <= x <= 50000Example:
1000
Query time range in seconds (backward from endTimeEpoch).
Required range:
60 <= x <= 2592000Example:
600
End time for the query, in epoch milliseconds.
Required range:
x >= 0Example:
1746454091000
Page number for pagination.
Required range:
x >= 0Example:
0
Page size for pagination.
Required range:
x <= 100Example:
10
Which polygon to intersect with. Allowed values: AFFECTED_POLYGON, CELL_POLYGON.
Available options:
THREAT_POLYGON, CELL_POLYGON Example:
"AFFECTED_POLYGON"