# Climate Risk Score by Coordinate (CMIP6-Derived)

> Climate Risk Score by Coordinate (CMIP6-Derived) is a paid API for AI agents from x402-endpoints.onrender.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a composite climate risk score (0-100) for heat, drought, and extreme rainfall at a given coordinate, comparing a baseline period to a future horizon year using Open-Meteo CMIP6 projections.

## Facts

- Endpoint: GET https://x402-endpoints.onrender.com/climate-risk/score
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/climate-risk-score-by-coordinate-cmip6-derived-3864e3f2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PcAKI5kNgVSSK8ykXQ_-1

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability climate-risk-score-by-coordinate-cmip6-derived-3864e3f2
```

Example prompt: What's the projected climate risk score for coordinates 48.85°N, 2.35°E by 2050 under the ssp585 high-emissions scenario — I need the composite heat, drought, and extreme-rain breakdown.

## When to prefer this

Use this endpoint when you need a fast, worldwide, single-coordinate climate risk score for future horizon planning (2030–2050), especially for real estate due diligence, ESG reporting, infrastructure siting, or any use case needing a composite heat/drought/extreme-rain index. Prefer this over raw meteorological APIs when you want a single interpretable 0–100 risk score rather than raw climate model outputs.

## Known failure modes

- Missing required lat or lon parameters returns a 400/validation error
- Horizon year outside 2030–2050 range may return an error or be clamped
- Coordinates in ocean or polar regions may have incomplete CMIP6 coverage and return null or degraded scores
- SSP scenario label is informational only — the underlying dataset is a single pathway so ssp245 vs ssp585 may not produce meaningfully different results
- Service on Render free tier may cold-start and time out on first request
- Payment not provided or rejected returns 402 Payment Required

## How this service works

Derived climate risk score from Open-Meteo CMIP6 projections — a composite heat/drought/extreme-rain risk score (0-100) by coordinate and scenario, comparing a baseline to a future horizon. Worldwide. Derived/heuristic, not an official rating; the underlying CMIP6 HighResMIP dataset is a single high-emissions pathway and does not differentiate SSP scenarios.

## Output

A composite climate risk score from 0–100 combining heat, drought, and extreme-rainfall risk components, computed by comparing CMIP6 HighResMIP baseline climate data to a future horizon year at the given lat/lon. Also returns the scenario label and coordinate used. Not an official rating — derived/heuristic from a single high-emissions pathway.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "lat",
      "lon"
     ],
     "properties": {
      "lat": {
       "type": "number",
       "description": "Latitude, e.g. 48.85"
      },
      "lon": {
       "type": "number",
       "description": "Longitude, e.g. 2.35"
      },
      "horizon": {
       "type": "integer",
       "description": "Future target year [2030-2050], e.g. 2050"
      },
      "scenario": {
       "type": "string",
       "description": "Emission scenario label: ssp245 | ssp585 (informational, see methodology)"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "query": {
   "lat": 48.85,
   "lon": 2.35,
   "horizon": 2050,
   "scenario": "ssp245"
  },
  "cached": false,
  "rating": "Moderate",
  "source": "Open-Meteo Climate API — CMIP6 HighResMIP downscaled (climate-api.open-meteo.com)",
  "horizon": 2050,
  "baseline": {
   "rating": "Low",
   "window": "2005-2014",
   "subscores": {
    "heat": 11,
    "drought": 38,
    "extreme_rain": 33.3
   },
   "indicators": {
    "mean_longest_dry_spell_days": 22.8,
    "mean_days_above_30C_per_year": 14,
    "mean_days_above_35C_per_year": 1,
    "mean_days_rain_over_20mm_per_year": 5
   },
   "composite_score": 24.7
  },
  "scenario": "ssp245",
  "subscores": {
   "heat": 18.4,
   "drought": 42,
   "extreme_rain": 40
  },
  "timestamp": "2026-06-25T10:00:00Z",
  "disclaimer": "Derived/heuristic score from CMIP6 projections (Open-Meteo), not an official risk rating.",
  "indicators": {
   "mean_longest_dry_spell_days": 25.2,
   "mean_days_above_30C_per_year": 22.5,
   "mean_days_above_35C_per_year": 2.1,
   "mean_days_rain_over_20mm_per_year": 6
  },
  "attribution": "Weather/climate data by Open-Meteo.com (CC BY 4.0)",
  "methodology": {
   "summary": "Composite 0-100 = 0.45*heat + 0.30*drought + 0.25*extreme_rain, ensemble mean of Open-Meteo HighResMIP CMIP6 models.",
   "deterministic": true,
   "future_window": "2041-01-01..2050-12-31",
   "scenario_note": "Open-Meteo CMIP6 HighResMIP is a single high-emissions pathway to 2050; 'scenario' is echoed for reference only and does not change the projection.",
   "baseline_window": "2005-01-01..2014-12-31",
   "data_disclaimer": "Derived/heuristic score — not an official or regulatory risk rating.",
   "scenario_requested": "ssp245"
  },
  "composite_score": 31.2,
  "delta_vs_baseline": 6.5
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/climate-risk-score-by-coordinate-cmip6-derived-3864e3f2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-endpoints.onrender.com](https://www.zero.xyz/host/x402-endpoints.onrender.com/llms.txt)
