# French IRVE EV Charging Stations by INSEE Code

> French IRVE EV Charging Stations by INSEE Code is a paid API for AI agents from api.x-402.online, paid per call via x402, $0.01/call, status down (last checked 2026-09-01).

Returns all electric vehicle charging stations in a French commune, including operator, power, connector types, access conditions, and GPS coordinates, queried by INSEE commune code.

## Facts

- Endpoint: POST https://api.x-402.online/v1/fr/irve
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-01
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/french-irve-ev-charging-stations-by-insee-code-f4529ca8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T2DZ4W3KDkGVjlyvL5bk6

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 french-irve-ev-charging-stations-by-insee-code-f4529ca8 -d '<json body>'
```

Example prompt: Can you find all the electric vehicle charging stations in the commune of Grenoble — I need the operators, power levels, connector types, and exact GPS coordinates. The INSEE code for Grenoble is 38185.

## When to prefer this

Use this endpoint when you need structured, official IRVE-standard EV charging data for a specific French commune identified by its INSEE code. Prefer this over generic map searches when you need machine-readable data including operator details, connector specs, and access conditions for routing, fleet management, or EV trip planning in France.

## Known failure modes

- Invalid or unknown INSEE code returns empty results or 404
- Commune has no registered IRVE stations — returns empty array
- Malformed query parameter returns 400 Bad Request
- Service temporarily unavailable returns 5xx error
- Payment failure (x-402 protocol) blocks request

## Output

A list of EV charging stations (IRVE records) in the specified French commune, each containing the operator name, installed power in kW, available connector types (e.g. Type 2, CCS, CHAdeMO), access conditions (public/private, opening hours), and GPS coordinates (latitude/longitude).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/french-irve-ev-charging-stations-by-insee-code-f4529ca8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x-402.online](https://www.zero.xyz/host/api.x-402.online/llms.txt)
