Satellite-grade climate risk data for Southeast Asia and beyond. Drought indices, flood risk, wildfire exposure, and composite scoring — one API key, under 3 seconds.
47+
Data Sources
0.25°
ERA5 Grid
<3s
API Response
156
Provinces & States
Scientific data sources & methodology standards
Platform APIs
Query any coordinate. Integrate in minutes.
SPEI · SPI dual indices · D0–D4 severity · ERA5 reanalysis · 0.25° resolution
GET /api/risk-map/droughtView API docsPluvial · fluvial · coastal flood risk · GloFAS · ERA5 · return period analysis
POST /api/risk-map/floodView API docsFire Weather Index · NASA FIRMS active fires · NDVI fuel load · ERA5
GET /api/risk-map/wildfireView API docsComposite 0–100 score · flood · wildfire · drought · heatwave · 47+ sources
POST /api/risk-map/scoreView API docsTropical cyclone track, intensity, landfall probability & storm-surge exposure — IBTrACS + ECMWF/GFS ensemble.
GET /api/risk-map/cycloneComing SoonHeat-index, heatwave-day frequency & health/labor-productivity risk — built on the ERA5-Land engine.
GET /api/risk-map/heatComing SoonPM2.5, AQI & transboundary-haze nowcast — Sentinel-5P + OpenAQ ground stations.
GET /api/risk-map/air-qualityComing SoonRainfall-triggered landslide susceptibility & nowcast — NASA LHASA + satellite rainfall + terrain DEM.
GET /api/risk-map/landslideComing SoonCoastal inundation & relative sea-level projections — satellite altimetry + high-res coastal DEM.
GET /api/risk-map/sea-levelComing SoonBasin supply-demand gap & reservoir-stress scoring — hydrology + withdrawal data (beyond drought).
GET /api/risk-map/water-stressComing SoonTwo Ways to Use Climate Intelligence
The same satellite-grade data, built for two different workflows.
REST API for embedding satellite-grade climate risk into your application. One API key. Structured JSON responses. Any language, any cloud.
No-code dashboard for risk managers and analysts. Monitor drought stress across your locations, configure severity alerts, and access AI-generated monthly risk narratives.
Use Cases
From underwriting to field operations — one API, many industries.
Automate climate risk underwriting at scale. Score any property coordinate for flood, drought, and wildfire exposure — reducing manual assessment from weeks to milliseconds.
Price climate risk into portfolios, loans, and securities. Multi-hazard scores and a 30-year baseline give analysts a quantified physical-risk signal for any asset or coordinate.
Monitor drought stress across growing regions in real time. SPEI indices and ERA5 baseline give agronomists and commodity traders a 30-year context for every data point.
Anticipate weather and drought disruption across routes, ports, and supplier regions. Real-time and seasonal signals keep supply chains ahead of climate shocks.
Protect generation and grid assets from drought, heat, and extreme weather, and anticipate demand swings. Hydrological and SPEI signals inform hydropower and reservoir planning.
Back drought declarations, disaster response, and adaptation planning with transparent, province-level hazard data built on open reanalysis.
Embed climate risk into site selection, ESG reporting, and asset valuation. Multi-hazard composite scores give developers and investors a single number for any location on Earth.
Quantify and disclose physical climate risk for reporting frameworks. Auditable multi-hazard scores give sustainability teams defensible numbers for any location.
How It Works
Register free — no credit card required. 500 calls/month included on the free tier. Production keys available instantly on paid plans.
Pass lat/lng to any endpoint. Get back a structured JSON response with risk scores, indices, severity levels, and data source metadata in under 3 seconds.
SDKs for Python and R. Raw REST for any stack. Webhook alerts for threshold breaches. GeoJSON output for map integrations.
Pricing
Per-country pricing. No surprise bills.
Free
$0
500 calls / mo
Pro Bundle
$29
10,000 calls / mo
Business Bundle
$109
75,000 calls / mo
Request
curl "https://climate.globmaps.com/api/risk-map/drought\ ?lat=13.75&lng=100.5" \ -H "x-api-key: YOUR_KEY"
Response
{
"data": {
"location": { "country": "THA", "distanceKm": 0 },
"period": { "month": "2026-03", "baseline": "1991-2020" },
"drought": {
"score": 42,
"level": "moderate",
"indices": { "spei3": -1.21, "spei6": -0.58 },
"severity": { "spei3": "D1", "spei6": "D0" }
}
},
"meta": { "rateLimitRemaining": 98, "tier": "STARTER" }
}Start building
500 calls/month free. Production SLA from $29/month. No credit card required.