# x402-farm French DPE Lookup

> x402-farm French DPE Lookup is a paid API for AI agents from x402-farm.vercel.app, paid per call via x402, $0.02/call, status down (last checked 2026-09-02).

Looks up the DPE (Diagnostic de Performance Énergétique) energy and GES ratings for a French property address.

## Facts

- Endpoint: GET https://x402-farm.vercel.app/v1/fr/dpe
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-02
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-farm-french-dpe-lookup-353a36de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WCptt-F-6Dv67mUg98emL

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-french-dpe-lookup-353a36de
```

Example prompt: What are the DPE energy label and GES greenhouse gas rating for the property at 12 Rue de la Paix, 75001 Paris?

## When to prefer this

Use this endpoint when you need official French DPE (Diagnostic de Performance Énergétique) energy and GES ratings for a specific property address, especially in real estate research, compliance checks, or listing enrichment workflows. It is a pay-per-call service requiring no account setup, making it ideal for sporadic or agent-driven lookups using USDC on Base via the x402 protocol. Prefer this over scraping real estate portals when you need authoritative, government-sourced data.

## Known failure modes

- Address not found in ADEME database — empty results array returned
- Ambiguous or malformed address yields no matches
- Property predates mandatory DPE certification — no record available
- Payment not processed via x402 — 402 Payment Required response before data is returned
- Network timeout or upstream ADEME API unavailability

## How this service works

Pay-per-call APIs for AI agents — x402 protocol, USDC on Base, no account needed.

## Output

Returns a JSON array of results, each containing the property address, its DPE energy efficiency label (A through G), and its GES greenhouse gas emission label (A through G), sourced from the French government's ADEME database.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "results": [
   {
    "adresse": "...",
    "etiquette_dpe": "D",
    "etiquette_ges": "B"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-farm-french-dpe-lookup-353a36de/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)
