🔒 Lightning strikes by time interval and bounding box
Get lightning strike data within a rectangular bounding box over a custom time interval. The response is in GeoJSON format.
path Parameters
timeInterval^(5|15|30|60|120)$The total amount of time, in minutes, for which lightning strike data will be returned. Available timespans are 5, 15, 30, 60, and 120.
query Parameters
upperLeftThe northwestern-most corner of the bounding box. Provide the coordinates as latitude,longitude in decimal format.
lowerRightThe southeastern-most corner of the bounding box. Provide the coordinates as latitude,longitude in decimal format.
offsetA numerical value representing the first result to return. Results will be returned in sets of 5000. Offset=0 will return the first 5000 results, Offset=1 will return the second 5000 results, etc.
Headers
AuthorizationThe Authorization header is used to authenticate using your API key. Format is Bearer YOUR_API_KEY.
🔒 Lightning strikes by time interval and bounding box › Responses
OK
typeA string that describes the array following.
An array that contains all lightning strike data for the specified time and location.