cURL
curl --request POST \ --url https://api.iklim.co/v1/lightnings/page \ --header 'Content-Type: application/json' \ --data ' { "backwardInterval": 600, "endTimeEpoch": 1746454091000, "pageNumber": 0, "pageSize": 10 } '
200
Example
{ "lightnings": [], "totalRecords": 1000, "pageNumber": 0, "pageSize": 10 }
Query Lightnings by Time Range With Pagination Support. Maximum backward interval is 5 days.
Backward interval in seconds
60 <= x <= 432000
600
End time in Epoch milliseconds
x >= 0
1746454091000
Page number
0
Page size
x <= 100
10
Paged List of Lightnings Within the Given Time Range
Lightnings data
Show child attributes
[]
Total records
1000