Use case
An evacuation call at a full venue is expensive, and so is making it late. Lightning API gives an operations room a live picture around the site, a webhook the moment a strike lands inside the venue ring, and the history to show afterwards exactly why the call was made.
Venue safety plans almost always reduce to a distance and a clock: suspend when lightning is within a set distance, resume when nothing has been detected inside it for a set period. That maps directly onto a zone with a radius and a webhook.
A webhook tells you the threshold was crossed. It does not tell you whether the system is moving toward you or away. For that, a live map of recent flashes around the venue is worth the screen it occupies, and radar tiles under it show the cell structure driving the activity.
Recent flashes around a venue
curl "https://api.lightningapi.dev/v1/flashes" \
-H "X-API-Key: lapi_your_key_here" \
-G -d since_minutes=30 \
-d min_lat=39.72 -d max_lat=39.82 \
-d min_lon=-105.05 -d max_lon=-104.95Event work is seasonal, and a plan that assumes year-round load is the wrong fit. Pay As You Go starts free with 5,000 calls a month and bills at $0.003 per call beyond it, so an out-of-season month costs nothing. Move to Pro when zone count rather than call volume becomes the constraint.
Recommended plan
A venue runs a small number of zones and a live map for the duration of an event, which fits inside the Pro monthly allowance comfortably, and the 20,000 row per call cap is far more than one site ever returns.
Compare plansFrequently asked questions
No. It reports lightning. The thresholds, the evacuation trigger, and the resumption rule stay yours, and should match whatever safety plan your venue already operates under.
Yes, one zone per venue. Zone count is capped by plan, so check the plan table if you are covering a whole festival circuit.
Pay As You Go includes 5,000 calls a month at no cost, which covers a weekend of polling comfortably. Beyond that it is $0.003 per call with a 100,000 call monthly cap.
Browser access to the data is available from Pro upward. Check the licensing page if you intend to redistribute rather than display internally.
Radar tiles are included on every plan with their own monthly allowance, covering the continental United States. How far back you can request frames depends on your plan, and the frames endpoint reports the window it will serve you.
Related
Last checked 2026-09-20
Coverage areas
Lightning data provided as-is; not for safety-critical use. Commercial use is permitted on every current plan. Read the EULA →