French Public Holidays
Complete French public holidays API covering all 7 regions (métropole, Alsace-Moselle, DOM-TOM). Features include: - Get holidays for any year (past and future) - Check if a specific date is a holiday - Calculate business days between two dates - Easter date calculation - Regional filtering (Alsace-Moselle, Martinique, Guadeloupe, Réunion, Guyane, Mayotte) Based on official French government…
French Public Holidays endpoints
| Method | Endpoint | Description |
|---|---|---|
| Holidays | ||
| GET |
listHolidays /api/v1/jours-feries |
Returns all French public holidays for the specified year and region. If no year is specified, the current year is used. If no region is specified, metropolitan France… |
| GET |
isHoliday /api/v1/jours-feries/is-holiday |
Returns whether a given date is a French public holiday in the specified region. If the date is a holiday, also returns the holiday details. |
| Business Days | ||
| GET |
businessDays /api/v1/jours-feries/business-days |
Calculates the number of business days (working days) between two dates, excluding weekends (Saturday and Sunday) and French public holidays. Useful for legal deadline… |
French Public Holidays pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO Recommended | $5.99 / month | 50 / minute |
|
| ULTRA | $14.99 / month | 100 / minute |
|
| MEGA | $49.99 / month | 200 / minute |
|