# x402-farm French Association Lookup

> x402-farm French Association 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-15).

Returns a list of French associations (nonprofits/NGOs) matching a query, with total count and organization names.

## Facts

- Endpoint: GET https://x402-farm.vercel.app/v1/fr/association
- Price: $0.02/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-association-lookup-7333b117
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LIKVUTCzBYQ-oQ6TwK0K6

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-association-lookup-7333b117
```

Example prompt: Can you search the French association registry and find me associations with 'Croix Rouge' in their name?

## When to prefer this

Use this endpoint when you need to look up or verify French associations (nonprofits, NGOs, charities) by name against a public French registry. It is ideal for due diligence on French civil society organizations, verifying charity legitimacy, or enumerating associations matching a keyword. Prefer this over generic web search when you need structured, registry-level data on French associations with a total count.

## Known failure modes

- No results found for the given query — returns empty results array with total 0
- Payment not included or invalid x402 USDC payment — returns 402 Payment Required
- Query parameter missing or malformed — returns 400 Bad Request
- Upstream French registry unavailable — returns 503 or timeout
- Rate limiting if called excessively without proper payment flow

## How this service works

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

## Output

A JSON object containing a 'total' count of matching associations and a 'results' array of objects, each with a 'nom' field representing the official French association name. Example: {"total": 42, "results": [{"nom": "CROIX ROUGE FRANCAISE"}]}.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "total": 42,
  "results": [
   {
    "nom": "CROIX ROUGE FRANCAISE"
   }
  ]
 }
}
```

## More

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