# French Fuel Prices by Postal Code

> French Fuel Prices by Postal 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-15).

Returns live fuel prices (gazole, SP95, SP98, E85, GPL) at petrol stations near a given French postal code.

## Facts

- Endpoint: POST https://api.x-402.online/v1/fr/carburants
- 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/french-fuel-prices-by-postal-code-971f02e5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zF5MZQ0TutQWWQzUxkEf-

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-fuel-prices-by-postal-code-971f02e5 -d '<json body>'
```

Example prompt: What are the current fuel prices at petrol stations near postal code 69001 in France — I need gazole, SP95, and E85 prices so I can find the cheapest option nearby.

## When to prefer this

Use this endpoint when you need real-time or near-real-time fuel prices at petrol stations within France, queryable by French postal code (cp parameter). Ideal for comparison apps, travel cost calculators, or any agent needing to locate the cheapest local fuel in France. Not suitable for non-French locations or historical price data.

## Known failure modes

- Invalid or missing postal code returns an error or empty result
- No stations found for very rural or small postal codes
- Prices may be stale if stations have not recently updated their data
- Non-French postal codes will return no results

## Output

A list of nearby petrol stations with their current prices for all available fuel types: gazole (diesel), SP95, SP98, E85 (ethanol), and GPL (LPG), filtered by the provided French postal code.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/french-fuel-prices-by-postal-code-971f02e5/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)
