🔒 Historical daily lightning strikes by point and distance radius
Get historical lightning strike data within a circular area. The response is in JSON format with GeoJSON elements.
query Parameters
qA string that identifies the central location from which to search. Provide the coordinates as latitude,longitude in decimal format.
startDateThe starting date-time value for search results in ISO 8601 format (yyyy-mm-ddThh:mm:ss+hh:mm).
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.
distanceRadiusThe distance, in miles, from the center of the search area to the circle's outer edge. The maximum radius is 60 miles.
strikeTypeA code to filter by lightning strike type. Valid values are: intra-cloud (cloud-to-cloud): ic; cloud-to-ground: cg.
detailsA boolean value that specifies whether or not to include extended information.
Headers
AuthorizationThe Authorization header is used to authenticate using your API key. Format is Bearer YOUR_API_KEY.
🔒 Historical daily lightning strikes by point and distance radius › Responses
OK
pageCountAn integer that indicates which set of results are displayed. Results are returned in sets of 5000. Offset=0 indicates the first set of 5000 results, Offset=1 indicates the second set of 5000 results, etc.
totalCountAn integer that indicates that total number of lightning strikes available with this query.
resultsCountAn integer that indicates that total number of lightning strikes returned with this query.
lightningStrikescircular