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

datestring
The date of the holiday.
localNamestring
Name in the native language.
namestring
Common English name.
countiesarray
List of SubdivisionCodes
globalbool
Is National Holiday
launchYearnumber
Deprecated field.
fixedbool
Deprecated field.
typesarray
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.

Report Issue

Juridische informatie

Door deze API te gebruiken, ga je akkoord met onze voorwaarden. Bekijk ons beleid over gegevensgebruik en servicebeschikbaarheid.