Feestdagen-API

Krijg toegang tot feestdaggegevens voor meer dan 100 landen met een eenvoudige en betrouwbare JSON-API. Perfect voor bedrijfslogica, planning en globale toepassingen.

100+ Countries Global coverage
No Rate Limits Unlimited queries
CORS Enabled Browser ready

Snelstartvoorbeeld

Haal officiรซle feestdagen op voor een specifiek jaar en land:

GET /api/v3/PublicHolidays/{Year}/{CountryCode}

Parameters

Parameter Required Example Description
Year
2026
The calendar year
CountryCode
AT
ISO 3166-1 alpha-2 code

Response Model

date
string
The date of the holiday.
localName
string
Name in the native language.
name
string
Common English name.
counties
array
List of SubdivisionCodes
global
bool
Is National Holiday
launchYear
number
Deprecated field.
fixed
bool
Deprecated field.
types
array
Possible values: Public, Bank, School, Authorities, Optional, Observance.

JSON Preview

[
    {
        "date": "2026-01-01",
        "localName": "Neujahr",
        "name": "New Year's Day",
        "countryCode": "AT",
        "global": true,
        "counties": null,
        "launchYear": 1967,
        "types": ["Public"]
    },
    {
        "date": "2026-01-06",
        "localName": "Heilige Drei Kรถnige",
        "name": "Epiphany",
        "countryCode": "AT",
        "global": true,
        "counties": null,
        "launchYear": null,
        "types": ["Public"]
    }
]

Community en ondersteuning
Nager.Date is een open-sourceproject. Als je een bug vindt of een functieverzoek hebt, open dan een issue op GitHub.
Juridische informatie
Door deze API te gebruiken, ga je akkoord met onze voorwaarden. Bekijk ons beleid over gegevensgebruik en servicebeschikbaarheid.