Public holidays in Germany

An api for the public holidays in Germany and its federal states.

Public holidays:

    Request example:

    GET: https://digidates.de/api/v1/germanpublicholidays?year=2023&region=de

    Response example:

    JSON:
    {
        "2023-01-01" : "Neujahr",
        "2023-04-07" : "Karfreitag",
        "2023-04-10" : "Ostermontag",
        "2023-05-01" : "Tag der Arbeit",
        "2023-05-18" : "Christi Himmelfahrt",
        "2023-05-29" : "Pfingstmontag",
        "2023-10-03" : "Tag der Deutschen Einheit",
        "2023-12-25" : "1. Weihnachtstag",
        "2023-12-26" : "2. Weihnachtstag"
    }