# x402-farm RGE Check

> x402-farm RGE Check 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-10).

Verifies whether a French company is RGE-certified (Reconnu Garant de l'Environnement) and returns its qualifications, given a SIRET number.

## Facts

- Endpoint: GET https://x402-farm.vercel.app/v1/fr/rge-check
- Price: $0.01/call
- Payment: x402
- Status: down
- Last checked: 2026-09-10
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-farm-rge-check-9a8589f4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mimeo0hyglDVr7pBQ5M9h

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-rge-check-9a8589f4
```

Example prompt: Can you check whether the French company with SIRET 49974034800028 is RGE certified and tell me what qualifications they hold?

## When to prefer this

Use this endpoint when you need to programmatically verify RGE (Reconnu Garant de l'Environnement) certification status for a French company identified by SIRET, particularly before hiring contractors for subsidized energy renovation work in France. Prefer this over manual registry searches when you need machine-readable output for automated compliance workflows. Best suited for agents that need to check eligibility for schemes like MaPrimeRénov or CEE without creating an account.

## Known failure modes

- SIRET not found or invalid — may return empty qualifications or rge: false
- Company exists but has no RGE certification — returns rge: false with empty qualifications
- Payment failure via x402 protocol — request not processed, HTTP 402 returned
- Rate limiting or upstream data source unavailability — service temporarily unavailable

## How this service works

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

## Output

Returns a JSON object with: a boolean `rge` field indicating whether the company is RGE certified, the `siret` identifier of the company, and a `qualifications` array listing their RGE qualification domains (e.g. architect, energy renovation categories).

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "rge": true,
  "siret": "49974034800028",
  "qualifications": [
   {
    "domaine": "Architecte"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-farm-rge-check-9a8589f4/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)
