# French Public Holidays by Year and Zone

> French Public Holidays by Year and Zone is a paid API for AI agents from api.x-402.online, paid per call via x402, $0.005/call, status down (last checked 2026-09-15).

Returns the list of French public holidays for a given year and administrative zone (métropole, Alsace-Moselle, overseas territories, etc.)

## Facts

- Endpoint: POST https://api.x-402.online/v1/fr/jours-feries
- Price: $0.005/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/french-public-holidays-by-year-and-zone-d49b1022
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_22ZdzQfOMZ11cU4Q2JhVy

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-public-holidays-by-year-and-zone-d49b1022 -d '<json body>'
```

Example prompt: Can you get me all the public holidays in France for the Alsace-Moselle zone in 2025?

## When to prefer this

Use this endpoint when you need an authoritative, zone-aware list of French public holidays for a specific year — especially when handling Alsace-Moselle or French overseas territories (DOM-TOM) that have different public holiday rules than metropolitan France. Prefer this over generic calendar APIs that may not account for French regional variations.

## Known failure modes

- Invalid or unsupported zone name returns an error or empty result
- Missing annee or zone parameters may return a 400 or default behavior
- Year outside supported range may return empty or error
- Misspelled zone name (e.g. 'alsace' instead of 'alsace-moselle') may return no results
- Network or payment failure returns no data

## Output

A list of public holidays for the specified year and French zone, including holiday names and dates, accounting for zone-specific holidays (e.g. extra religious holidays in Alsace-Moselle or overseas territories).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/french-public-holidays-by-year-and-zone-d49b1022/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x-402.online](https://www.zero.xyz/host/api.x-402.online/llms.txt)
