# French Cadastre Parcel Lookup

> French Cadastre Parcel Lookup 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 French cadastral parcel data including parcel identifier, section, and area in square meters for a given parcel query.

## Facts

- Endpoint: GET https://x402-farm.vercel.app/v1/fr/cadastre
- 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-cadastre-parcel-lookup-923502bf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TlujiqXb0Vccn0ofUSAKW

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-cadastre-parcel-lookup-923502bf
```

Example prompt: Can you look up the French cadastral parcel details for parcel 75101000AI0002 — I need the section and the area in square meters?

## When to prefer this

Choose this endpoint when you need to programmatically retrieve official French cadastral parcel data — section, area, and parcel ID — without setting up a full account or subscription. Ideal for one-off lookups, property due diligence, or enriching a dataset of French land parcels at $0.01 per call via USDC on Base.

## Known failure modes

- Invalid or non-existent parcel ID returns an error or empty result
- Parcel not found in the cadastre database for the given commune/section
- Malformed query parameters result in a 400-level error
- Payment not processed (x402 payment required before data is returned)
- Network timeout on the upstream cadastre data source

## 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 parcel identifier (idu), the cadastral section code, and the parcel area (contenance_m2) in square meters as recorded in the French land registry.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "idu": "75101000AI0002",
  "section": "AI",
  "contenance_m2": 4322
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/french-cadastre-parcel-lookup-923502bf/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)
