Page Operation
Retrieves a paginated list of precipitation records within the subscription’s geographic boundaries for a specified time range.
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
Backward interval in seconds counting back from the end time. Maximum 5 days.
60 <= x <= 4320003600
Query end time in Epoch milliseconds.
x >= 01646374400000
Precipitation intensity threshold for filtering results.
DRIZZLE, LIGHT, MODERATE, HEAVY, VERY_HEAVY, EXTREME "MODERATE"
Zero-based page number to fetch from the paged results.
x >= 00
Number of results returned per page.
x <= 10010
Response
Returns a paginated list of precipitation records matching the subscription's geographic boundaries and the specified time range, along with total record count, query timestamp, and current page information.
List of precipitation records matching the query.
The timestamp when the query was executed, in Epoch milliseconds.
Total number of records found for the given query.
The current page number of the paginated response.
0
The number of records returned per page.
10