English
cURL
curl --request POST \ --url https://api.iklim.co/v1/thunderstorms/get \ --header 'Content-Type: application/json' \ --data ' { "eventId": "EVT20240413001", "pageNumber": 0, "pageSize": 10 } '
200
Example
{ "thunderstorms": [ { "eventId": "EVT20240413001", "insertedAtEpoch": 1746454091000, "eventStartUtcEpoch": 1746453091000, "eventEndUtcEpoch": 1746454091000, "severity": "Low/Normal/High", "threshold": 7, "meta": { "country": "Türkiye", "state": "Ankara", "city": "Çankaya", "speedUnit": "mph", "speed": 35.4 }, "cell": { "area": 23.5, "speed": 44.8, "direction": 270, "flashRates": { "inCloud": 1.3, "cloudToGround": 0.8, "total": 2.1 }, "centroid": [ { "longitude": 32.857358, "latitude": 39.93504 }, { "longitude": 32.858, "latitude": 39.9355 } ], "polygon": { "coordinates": [ { "longitude": 32.857358, "latitude": 39.93504 }, { "longitude": 32.858, "latitude": 39.9355 } ] } }, "affectedPolygon": { "coordinates": [ { "longitude": 32.857358, "latitude": 39.93504 }, { "longitude": 32.858, "latitude": 39.9355 } ] } } ], "totalRecords": 100, "pageNumber": 0, "pageSize": 10}
Returns detailed information about a specific thunderstorm historic events.
The event ID of the thunderstorm.
"EVT20240413001"
Page number for pagination.
x >= 0
0
Page size for pagination.
x <= 100
10
Thunderstorm details successfully returned.
Thunderstorm event list.
Show child attributes
Total number of records.
100
Page number.
Page size.