Thunderstorm List (Paged)
Thunderstorm List (Paged)
Returns a paged list of thunderstorms (storm events) detected in the system. This endpoint allows querying data within a time range of 5 days based on the endTimeEpoch value.
POST
Thunderstorm List (Paged)
Body
application/json
Query time range in seconds (backward from endTimeEpoch).
Required range:
60 <= x <= 432000Example:
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