# France Communes by Postal Code

> France Communes by Postal Code is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns a list of French communes (municipalities) matching a given postal code using the official French geo.api.gouv.fr data source.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/france-communes-by-postal-code
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/france-communes-by-postal-code-48cd4e04
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G1ihz9Zfh_vFs8MvLP1HB

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 france-communes-by-postal-code-48cd4e04 -d '<json body>'
```

Example prompt: What communes are associated with French postal code 69001? I need the list of cities that share that postcode.

## When to prefer this

Use this endpoint when you need to resolve a French postal code to one or more commune (municipality) names — particularly useful for address validation, geospatial enrichment, or when building French address forms. Prefer this over generic geocoding APIs when you specifically need the official French administrative commune list, as it draws from the authoritative government geo.api.gouv.fr source.

## Known failure modes

- Invalid or non-existent postal code returns empty array or error
- Postal code with no matching communes returns empty results
- Malformed query parameter returns 400 or empty response
- Non-French postal codes are not supported

## How this service works

France geo.api.gouv.fr communes matching a postal code (e.g. 75001) Query: ?q= Returns JSON.

## Output

A JSON array of French commune objects matching the given postal code, sourced from geo.api.gouv.fr. Each entry typically includes commune name, INSEE code, and geographic identifiers.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/france-communes-by-postal-code-48cd4e04/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
