GlobMaps Climate Intelligence
Climate Risk Scoring API · Coming Soon

By 2035, companies face 7% EBITDA loss from unmanaged physical climate risk. Most still score zero assets.

One score. Every climate hazard.

Flood · wildfire · drought · heatwave · sea-level rise — composited into a single 0–100 risk score per coordinate. Powered by 47+ sources.

Data sources & methodology standards

ECMWF ERA5 ReanalysisNASA FIRMSGloFASUS Drought MonitorGEBCO Sea Level47+ Scientific Sources

Individual hazard APIs tell you one risk at a time. We aggregate all of them — so you can compare assets, screen portfolios, and act.

Integration

Up and running in minutes

01

Register & get your API key

Free tier. No credit card. Instant key generation.

02

Query any coordinate

Pass lat/lng. Get risk score, severity, and components in one call.

03

Integrate into your product

Standard JSON over HTTPS. Any language, any cloud.

Features

Everything in one call.

🔢

0–100 Composite Score

Single score per coordinate — all hazards fused

⚖️

5 Hazard Types

Flood · wildfire · drought · heatwave · sea-level rise

📚

47+ Data Sources

ERA5, GloFAS, FIRMS, GEBCO, US Drought Monitor & more

📋

Sub-scores Included

Per-hazard breakdown — compare and weight by use case

🌍

Global Coverage

180+ countries. Phase I: Southeast Asia optimized

Under 3 Seconds

p99 response time. Standard JSON over HTTPS

API Reference

One endpoint. Full climate risk scoring picture.

POST /api/risk-map/score

Ready · POST /api/risk-map/score
200 OK

Request

curl -X POST "https://climate.globmaps.com/api/risk-map/score" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"lat":13.75,"lng":100.5,"riskType":"drought"}'

Response

{
  "data": {
    "location": { "country": "THA", "distanceKm": 0 },
    "composite": {
      "score": 54,
      "level": "moderate",
      "breakdown": {
        "flood":    { "score": 68, "weight": 0.30 },
        "drought":  { "score": 42, "weight": 0.25 },
        "wildfire": { "score": 55, "weight": 0.25 },
        "heatwave": { "score": 61, "weight": 0.20 }
      }
    },
    "confidenceScore": 0.77
  },
  "meta": { "rateLimitRemaining": 95, "tier": "STARTER" }
}

Get started today

ERA5 climate risk scoring intelligence.
Free to start.

500 calls/month free. Production SLA from $49/month. No credit card required.

Get API Key — Free