Ten natural-hazard scores.
One API call.
Petrel scores any point on Earth’s land for landslide, avalanche, earthquake, windstorm, extreme heat, extreme cold, frost, lightning, soil erosion, and hurricane — each a calibrated 0–1 peril score on the same 90 m global grid. Present-day hazard, documented methods, no sales call.
One request. Every peril. Anywhere on land.
$ curl -H "X-API-Key: $PETREL_KEY" "https://api.petreldata.io/v1/score\
?lon=7.6586&lat=45.9763&hazards=landslide,avalanche,earthquake,windstorm,\
extreme_heat,extreme_cold,frost_freeze,lightning,soil_erosion,hurricane"
{
"lon": 7.6586,
"lat": 45.9763,
"scores": {
"landslide": 0.9757225257118443,
"avalanche": 0.9992828150273141,
"earthquake": 0.8820001831110569,
"windstorm": 0.9669942320017091,
"extreme_heat": 0.19100009155552844,
"extreme_cold": 0.06599627674184393,
"frost_freeze": 0.8019959105197302,
"lightning": 0.597994933927427,
"soil_erosion": 0.0,
"hurricane": 0.0
}
}Most hazard APIs stop at one country or one peril. Petrel is the same catalog everywhere — the grid in Osaka is the grid in Oslo and Ohio.
Four endpoints. The whole surface.
/v1/score/v1/score/batch/v1/return_level/v1/catalogSee how every score is built.
Every peril ships with its model, inputs, and validation documented — per hazard, per release.
Landslide
XGBoost on an 80,000-event global inventory, spatially blocked cross-validation — AUC 0.97.
Methodology →Earthquake
GEM 2023 global seismic hazard (475-year PGA) modulated by Vs30 site amplification.
Methodology →Method, inputs, and validation for all ten live perils →
Public pricing. No quote call.
Self-serve checkout, metered per location lookup — a batch call of N points counts as N. Above Scale, talk to us about enterprise.
For raster teams
Every release is a Cloud-Optimized GeoTIFF with a STAC item. Free sample COGs for every live peril — pull with curl, open in QGIS, no signup.
The honest FAQ.
No — there is no live flood product today. What is live: landslide, avalanche, earthquake, windstorm, extreme heat, extreme cold, frost/freeze, lightning, soil erosion, and hurricane.
No. Petrel ships hazard scores — plus hurricane return-period peak gusts — not loss curves or event sets.
No. Scores are present-day hazard, built from recent climatology and observations. If you need 2050 scenario projections, we are not that.
The public demo at petreldata.io/try is rate-limited per day, no signup. A free API key lifts you to the full 1,000 calls/mo quota.