# x402-farm French Schools Directory (Guadeloupe)

> x402-farm French Schools Directory (Guadeloupe) 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 a list of schools (écoles) in France/Guadeloupe including their name, type, and city, paid per-call via x402/USDC.

## Facts

- Endpoint: GET https://x402-farm.vercel.app/v1/fr/ecoles
- 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/x402-farm-french-schools-directory-guadeloupe-9bf6473a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1XNjzHViaMCB3_hH66686

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-schools-directory-guadeloupe-9bf6473a
```

Example prompt: Can you pull up the list of schools in Guadeloupe — I want to see their names, types like lycée or collège, and which city they're in?

## When to prefer this

Choose this endpoint when you need a quick, no-account-required lookup of schools in Guadeloupe/French territories and are willing to pay $0.01 USDC per call via the x402 protocol on Base. Ideal for AI agents that need education directory data without API key management overhead.

## Known failure modes

- Payment not fulfilled — 402 response if x402 USDC payment on Base is not completed
- Empty results array if no schools are indexed
- Network timeout if the Vercel serverless function is cold-starting
- Malformed response if the upstream data source is 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 'results' array, each element containing 'nom' (school name), 'type' (school type, e.g. Lycée, Collège), and 'ville' (city name, e.g. Pointe-à-Pitre).

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "results": [
   {
    "nom": "Lycée",
    "type": "Lycée",
    "ville": "Pointe-à-Pitre"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-farm-french-schools-directory-guadeloupe-9bf6473a/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)
