# x402-farm IRVE EV Charging Stations France

> x402-farm IRVE EV Charging Stations France is a paid API for AI agents from x402-farm.vercel.app, paid per call via x402, $0.01/call, status down (last checked 2026-09-15).

Returns a list of electric vehicle (EV) charging stations (IRVE) for a French municipality identified by INSEE code, including station name, operator, and power output.

## Facts

- Endpoint: GET https://x402-farm.vercel.app/v1/fr/irve
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-farm-irve-ev-charging-stations-france-3c44ee44
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_16fmhjh3SqbEcmVbFGW7_

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 x402-farm-irve-ev-charging-stations-france-3c44ee44
```

Example prompt: Can you find me the public EV charging stations available in the 1st arrondissement of Paris — I need the station names, operators, and charging power in kW?

## When to prefer this

Use this endpoint when you need structured EV charging station data for a specific French municipality identified by its INSEE code, without requiring account registration — ideal for AI agents that can pay per call via the x402/USDC protocol and need IRVE infrastructure data on demand.

## Known failure modes

- Invalid or unknown INSEE code returns empty bornes array or error
- Network timeout on Vercel serverless cold start
- Payment failure via x402 protocol results in 402 response before data is returned
- Stale or incomplete underlying IRVE dataset may omit recently added stations

## 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 municipality and an array of charging station objects, each with the station name (station), operator name (operateur), and charging power in kilowatts (puissance_kw).

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "insee": "75101",
  "bornes": [
   {
    "station": "QPARK RIVOLI",
    "operateur": "IZIVIA",
    "puissance_kw": 22
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-farm-irve-ev-charging-stations-france-3c44ee44/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)
