Lightning

Tempest Lightning API access is available to paid subscribers only. Please contact us for info, pricing, and access.

This endpoint supports querying strike data in 2 ways.

Center point and radius

lat, lon, radius query string parameters required for this search

Bounding box

lat_min, lon_min, lat_max, lon_max query string parameters required for this search

Additionally, you can specify the minutes_offset to return strikes that have happened within x number of minutes.

Web Socket

To receive lightning strike events in real-time, use our WebSocket service.

Query Params
float

The latitude of the center point. Required when doing a center point and radius search.

float

The longitude of the center point. Required when doing a center point and radius search.

number

The search radius in meters. Required when doing a center point and radius search.

float

The latitude of the Southwest corner of a bounding box. Required when doing a bounding box search.

float

The longitude of the Southwest corner of a bounding box. Required when doing a bounding box search.

float

The latitude of the Northeast corner of a bounding box. Required when doing a bounding box search.

float

The longitude of the Northeast corner of a bounding box. Required when doing a bounding box search.

integer
1 to 60

The time range to search for lightning (now - minutes_offset). Can be used in both center point and boudning box searches.

string
enum

The type of lightning strikes to return. ic = Cloud to Cloud, cg = Cloud to Ground, all = Cloud to Cloud and Cloud to Ground

Allowed:
Response

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json