ClimateAPI
LIVE DATA5 sources

Climate Intelligence
Platform & API

Real-time climate risk scoring powered by Copernicus EMS, NASA FIRMS, OpenWeather & Tomorrow.io.

Use the dashboard to monitor locations and set alerts — or integrate climate risk directly into your own applications via API.

5Data Sources
<200msAPI Response
99.9%Uptime SLA
GlobalCoverage

Two Ways to Use

Dashboard for teams.
API for developers.

Every plan includes both. Use whichever fits your workflow — or both at once.

Platform

No code required

Monitor saved locations, receive automated risk alerts, and export reports — all from a web dashboard. Built for analysts, risk managers, and operations teams.

  • Saved location monitoring
  • Real-time alerts by email or webhook
  • PDF & CSV report exports
  • Risk trend analytics
  • Multi-team workspace (Enterprise)
Open Dashboard →

API

Integrate anywhere

Query climate risk scores for any location programmatically. Build alerts, automate decisions, and price risk into your own systems. REST API with JSON responses.

  • Any lat/lon, any time
  • Flood, wildfire, drought, heat + composite
  • 5 fused data sources
  • Webhook push events
  • OpenAPI spec + Python & Node SDKs
Read the Docs →

Platform

Monitor. Alert. Report.

A ready-to-use dashboard for tracking climate risk across your locations — no integration needed.

Risk Dashboard

Monitor saved locations, track risk trends over time, and generate PDF reports — no code needed.

Automated Alerts

Set thresholds per location per risk type. Get email or webhook notifications the moment risk levels change.

Multi-Location Tracking

Save unlimited locations across the globe. Compare risk profiles side-by-side for portfolio-level decisions.

API

One request. Full risk picture.

Pass any lat/lon coordinate and get structured JSON with individual and composite risk scores.

Real-time Risk Scores

Flood, wildfire, drought & heat risk scores for any lat/lon delivered in milliseconds.

Multi-Source Intelligence

5 satellite & weather data sources fused with an AI-weighted composite score.

Simple REST API

JSON responses, OpenAPI spec, and SDKs for Python & Node. Integrate in under 5 minutes.

RequestcURL
curl "http://localhost:3001/v1/risk/score\
  ?lat=13.7563&lon=100.5018&sources=all" \
  -H "Authorization: Bearer YOUR_API_KEY"
Response200 OK
{
  "location": { "lat": 13.7563, "lon": 100.5018 },
  "risk": {
    "flood":    { "score": 72, "level": "high"   },
    "wildfire": { "score": 12, "level": "low"    },
    "drought":  { "score": 38, "level": "medium" },
    "heat":     { "score": 61, "level": "high"   },
    "composite": 48
  },
  "sources": ["copernicus","nasa_firms","openweather",
              "tomorrow_io","era5"],
  "latency_ms": 142
}

Get Started

Up and running in minutes

01

Create Account

Sign up and choose your plan. Free tier available, no credit card required.

02

Use the Platform or API

Access the risk dashboard immediately — or grab your API key and start querying.

03

Act on Intelligence

Trigger alerts, export reports, reroute logistics, or price climate risk into your models.