# GeoRisques France — Natural Hazard Risk Lookup by INSEE Code

> GeoRisques France — Natural Hazard Risk Lookup by INSEE Code is a paid API for AI agents from x402-farm.vercel.app, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Returns the list of natural and technological risks (e.g. earthquake, flood) associated with a French municipality identified by its INSEE code.

## Facts

- Endpoint: GET https://x402-farm.vercel.app/v1/fr/georisques
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/georisques-france-natural-hazard-risk-lookup-by-insee-code-40f6b84f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hwHJW6leSP3loq22TR_ui

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 georisques-france-natural-hazard-risk-lookup-by-insee-code-40f6b84f
```

Example prompt: What natural risks does the French government list for the municipality with INSEE code 97120? I need the official georisques hazard categories for that commune.

## When to prefer this

Choose this endpoint when you need official French government georisk data for a specific municipality identified by INSEE code, especially for real estate due diligence, insurance underwriting, urban planning, or emergency preparedness tasks in France and its overseas territories. Prefer this over generic geocoding or weather APIs when the user specifically needs natural hazard categories (seismic, flood, etc.) as defined by the French regulatory framework.

## Known failure modes

- Invalid or non-existent INSEE code returns empty risk array or error
- Missing required 'input' object in request body causes validation failure
- Rate limiting or payment failure (x402) if USDC payment is not correctly handled
- Commune with no registered risks returns empty risques array
- Network timeout if GeoRisques upstream is unavailable

## How this service works

Pay-per-call APIs for AI agents — x402 protocol, USDC on Base, no account needed.

## Output

A JSON object containing the INSEE code of the queried French municipality and an array of risk objects, each with a 'libelle' field naming the risk type (e.g. 'Séisme', 'Inondation'). Returns the full official list of natural and technological hazards registered for that commune by the French GeoRisques platform.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "insee": "97120",
  "risques": [
   {
    "libelle": "Séisme"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/georisques-france-natural-hazard-risk-lookup-by-insee-code-40f6b84f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-farm.vercel.app](https://www.zero.xyz/host/x402-farm.vercel.app/llms.txt)
