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.
Latitude of the center point.
-90 <= x <= 9039.869847
Longitude of the center point.
-180 <= x <= 18032.745468
Search radius in meters.
0 <= x <= 500001000
Query time range in seconds (backward from endTimeEpoch).
60 <= x <= 2592000600
End time for the query, in epoch milliseconds.
x >= 01746454091000
Page number for pagination.
x >= 00
Page size for pagination.
x <= 10010
Which polygon to intersect with. Allowed values: AFFECTED_POLYGON, CELL_POLYGON.
AFFECTED_POLYGON, CELL_POLYGON "AFFECTED_POLYGON"