{
    "openapi": "3.0.0",
    "info": {
        "title": "Feiertagskalender API",
        "description": "This API determines for all **communities of a canton of Switzerland** on which days of the year an official public holiday or school holidays take place.  The required parameters are `api_key` and `kanton`. The `year` parameter is optional - if it is not specified, the current year is automatically used. In addition, the output can be configured using further parameters. The parameters are passed as query parameters in the URL. Alternatively, authorisation can also take place in the header.<br><br>**CSV note:** The CSV output contains a flat table structure in which nested JSON\/XML elements are not mapped. Some data fields are not available in CSV format.",
        "version": "0.9.0"
    },
    "servers": [
        {
            "url": "https:\/\/feiertagskalender.ch\/api"
        }
    ],
    "paths": {
        "\/Data\/CH\/Kanton\/index.php": {
            "get": {
                "tags": [
                    "Read out annual data for several locations"
                ],
                "summary": "Get public holidays and school holidays for a whole year for all municipalities of a canton, based on the Swiss canton code. (query parameter)",
                "description": "**Data\/CH\/Kanton**<br>This API determines for all **communities of a canton of Switzerland** on which days of the year an official public holiday or school holidays take place.  The required parameters are `api_key` and `kanton`. The `year` parameter is optional - if it is not specified, the current year is automatically used. In addition, the output can be configured using further parameters. The parameters are passed as query parameters in the URL. Alternatively, authorisation can also take place in the header.",
                "parameters": [
                    {
                        "name": "api_key",
                        "in": "query",
                        "required": true,
                        "description": "Your API Key",
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "kanton",
                        "in": "query",
                        "required": true,
                        "description": "Swiss canton, by official abbreviation",
                        "schema": {
                            "type": "string"
                        }
                    },
                    {
                        "name": "year",
                        "in": "query",
                        "required": false,
                        "description": "Year (2000 - 2050)",
                        "schema": {
                            "type": "integer",
                            "minimum": 2000,
                            "maximum": 2050
                        }
                    },
                    {
                        "name": "class",
                        "in": "query",
                        "required": false,
                        "description": "Class type for filtering. Available values:\r\n- `0` = school holidays only\r\n- `3` = 0 + public holidays recognised by law\r\n- `4` = 0 + 3 + public and non-public holidays (religious, cultural) (default)\r\n- `5` = 0 + 3 + 4 + event days (e.g. Valentine's Day, Mother's Day, Advent)",
                        "schema": {
                            "type": "integer",
                            "enum": [
                                0,
                                3,
                                4,
                                5
                            ],
                            "default": 4
                        }
                    },
                    {
                        "name": "charset",
                        "in": "query",
                        "required": false,
                        "description": "The desired coding of the response",
                        "schema": {
                            "type": "string",
                            "enum": [
                                "utf-8",
                                "iso-8859-1"
                            ],
                            "default": "utf-8"
                        }
                    },
                    {
                        "name": "format",
                        "in": "query",
                        "required": false,
                        "description": "The desired output format",
                        "schema": {
                            "type": "string",
                            "enum": [
                                "json",
                                "xml",
                                "csv"
                            ],
                            "default": "json"
                        }
                    },
                    {
                        "name": "date_format",
                        "in": "query",
                        "required": false,
                        "description": "The desired date format for the response. Default: `Y-m-d` (e.g., 2025-12-31)\r\n",
                        "schema": {
                            "type": "string",
                            "enum": [
                                "Y-m-d",
                                "d.m.Y",
                                "dmY",
                                "Ymd",
                                "d.n.y",
                                "j.n.y"
                            ],
                            "default": "Y-m-d"
                        }
                    },
                    {
                        "name": "hl",
                        "in": "query",
                        "required": false,
                        "description": "Desired language of the output",
                        "schema": {
                            "type": "string",
                            "enum": [
                                "de",
                                "en",
                                "fr",
                                "it"
                            ],
                            "default": "de"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Successful response with the query results. The CSV output contains a flat table structure in which nested JSON\/XML elements are not mapped. Please note that some data fields are not available in CSV format. \n\n**JSON-Request:**\n`https:\/\/feiertagskalender.ch\/api\/Data\/CH\/Kanton\/index.php?api_key=YOUR_API_KEY&kanton=GL&year=2022`\n\n**XML-Request:**\n`https:\/\/feiertagskalender.ch\/api\/Data\/CH\/Kanton\/index.php?api_key=YOUR_API_KEY&kanton=GL&year=2022&format=XML`\n\n**CSV-Request:**\n`https:\/\/feiertagskalender.ch\/api\/Data\/CH\/Kanton\/index.php?api_key=YOUR_API_KEY&kanton=GL&year=2022&format=CSV`\n\n",
                        "content": {
                            "application\/json": {
                                "example": {
                                    "interface": "fcal API 2.02",
                                    "source": {
                                        "href": "https:\/\/feiertagskalender.ch",
                                        "description": "feiertagskalender.ch"
                                    },
                                    "copyright": {
                                        "href": "https:\/\/psc.ch",
                                        "description": "psc Peter Schuetz Informatik-Dienstleistungen, CH Arch"
                                    },
                                    "apiName": "Data\/CH\/Kanton",
                                    "apiStatus": {
                                        "description": "active"
                                    },
                                    "date": "2025-02-28",
                                    "request": {
                                        "canton": "GL",
                                        "year": 2022,
                                        "class": "4",
                                        "charset": "utf-8",
                                        "format": "json",
                                        "date_format": "Y-m-d",
                                        "hl": "de"
                                    },
                                    "results": {
                                        "status": {
                                            "description": "ok"
                                        },
                                        "locations": [
                                            {
                                                "description": "Glarus",
                                                "type": "Gemeinde",
                                                "geoId": "3535",
                                                "bfsNr": "1632",
                                                "iso": "CH",
                                                "iso-3166-2": "CH-GL",
                                                "note": "",
                                                "events": [
                                                    {
                                                        "description": "Neujahr",
                                                        "id": "1",
                                                        "dateStart": "2022-01-01",
                                                        "dateEnd": "2022-01-01",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Berchtoldstag",
                                                        "id": "3",
                                                        "dateStart": "2022-01-02",
                                                        "dateEnd": "2022-01-02",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Fasnachtsmontag",
                                                        "id": "86",
                                                        "dateStart": "2022-02-28",
                                                        "dateEnd": "2022-02-28",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Näfelser Fahrt",
                                                        "id": "16",
                                                        "dateStart": "2022-04-07",
                                                        "dateEnd": "2022-04-07",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Karfreitag",
                                                        "id": "17",
                                                        "dateStart": "2022-04-15",
                                                        "dateEnd": "2022-04-15",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Ostern",
                                                        "id": "18",
                                                        "dateStart": "2022-04-17",
                                                        "dateEnd": "2022-04-17",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Ostermontag",
                                                        "id": "19",
                                                        "dateStart": "2022-04-18",
                                                        "dateEnd": "2022-04-18",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Landsgemeinde",
                                                        "id": "544",
                                                        "dateStart": "2022-05-01",
                                                        "dateEnd": "2022-05-01",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Auffahrt",
                                                        "id": "31",
                                                        "dateStart": "2022-05-26",
                                                        "dateEnd": "2022-05-26",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingsten",
                                                        "id": "30",
                                                        "dateStart": "2022-06-05",
                                                        "dateEnd": "2022-06-05",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingstmontag",
                                                        "id": "35",
                                                        "dateStart": "2022-06-06",
                                                        "dateEnd": "2022-06-06",
                                                        "class": "1",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Nationalfeiertag Schweiz",
                                                        "id": "12",
                                                        "dateStart": "2022-08-01",
                                                        "dateEnd": "2022-08-01",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Allerheiligen",
                                                        "id": "47",
                                                        "dateStart": "2022-11-01",
                                                        "dateEnd": "2022-11-01",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Weihnachten",
                                                        "id": "23",
                                                        "dateStart": "2022-12-25",
                                                        "dateEnd": "2022-12-25",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Stephanstag",
                                                        "id": "37",
                                                        "dateStart": "2022-12-26",
                                                        "dateEnd": "2022-12-26",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Weihnachtsferien",
                                                        "id": "609413",
                                                        "dateStart": "2021-12-24",
                                                        "dateEnd": "2022-01-09",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sportferien",
                                                        "id": "634922",
                                                        "dateStart": "2022-01-29",
                                                        "dateEnd": "2022-02-06",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Fasnachtsmontag",
                                                        "id": "872447",
                                                        "dateStart": "2022-02-28",
                                                        "dateEnd": "2022-02-28",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Frühlingsferien",
                                                        "id": "872427",
                                                        "dateStart": "2022-04-07",
                                                        "dateEnd": "2022-04-24",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Landsgemeindemontag",
                                                        "id": "872448",
                                                        "dateStart": "2022-05-02",
                                                        "dateEnd": "2022-05-02",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Auffahrtsferien",
                                                        "id": "872428",
                                                        "dateStart": "2022-05-26",
                                                        "dateEnd": "2022-05-29",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingstmontag",
                                                        "id": "872429",
                                                        "dateStart": "2022-06-06",
                                                        "dateEnd": "2022-06-06",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sommerferien",
                                                        "id": "872430",
                                                        "dateStart": "2022-07-02",
                                                        "dateEnd": "2022-08-14",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Herbstferien",
                                                        "id": "872431",
                                                        "dateStart": "2022-10-08",
                                                        "dateEnd": "2022-10-23",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Weihnachtsferien",
                                                        "id": "872432",
                                                        "dateStart": "2022-12-24",
                                                        "dateEnd": "2023-01-08",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    }
                                                ]
                                            },
                                            {
                                                "description": "Glarus Nord",
                                                "type": "Gemeinde",
                                                "geoId": "3533",
                                                "bfsNr": "1630",
                                                "iso": "CH",
                                                "iso-3166-2": "CH-GL",
                                                "note": "",
                                                "events": [
                                                    {
                                                        "description": "Neujahr",
                                                        "id": "1",
                                                        "dateStart": "2022-01-01",
                                                        "dateEnd": "2022-01-01",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Berchtoldstag",
                                                        "id": "3",
                                                        "dateStart": "2022-01-02",
                                                        "dateEnd": "2022-01-02",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Fasnachtsmontag",
                                                        "id": "86",
                                                        "dateStart": "2022-02-28",
                                                        "dateEnd": "2022-02-28",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Näfelser Fahrt",
                                                        "id": "16",
                                                        "dateStart": "2022-04-07",
                                                        "dateEnd": "2022-04-07",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Karfreitag",
                                                        "id": "17",
                                                        "dateStart": "2022-04-15",
                                                        "dateEnd": "2022-04-15",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Ostern",
                                                        "id": "18",
                                                        "dateStart": "2022-04-17",
                                                        "dateEnd": "2022-04-17",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Ostermontag",
                                                        "id": "19",
                                                        "dateStart": "2022-04-18",
                                                        "dateEnd": "2022-04-18",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Landsgemeinde",
                                                        "id": "544",
                                                        "dateStart": "2022-05-01",
                                                        "dateEnd": "2022-05-01",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Auffahrt",
                                                        "id": "31",
                                                        "dateStart": "2022-05-26",
                                                        "dateEnd": "2022-05-26",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingsten",
                                                        "id": "30",
                                                        "dateStart": "2022-06-05",
                                                        "dateEnd": "2022-06-05",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingstmontag",
                                                        "id": "35",
                                                        "dateStart": "2022-06-06",
                                                        "dateEnd": "2022-06-06",
                                                        "class": "1",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Nationalfeiertag Schweiz",
                                                        "id": "12",
                                                        "dateStart": "2022-08-01",
                                                        "dateEnd": "2022-08-01",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Allerheiligen",
                                                        "id": "47",
                                                        "dateStart": "2022-11-01",
                                                        "dateEnd": "2022-11-01",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Weihnachten",
                                                        "id": "23",
                                                        "dateStart": "2022-12-25",
                                                        "dateEnd": "2022-12-25",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Stephanstag",
                                                        "id": "37",
                                                        "dateStart": "2022-12-26",
                                                        "dateEnd": "2022-12-26",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Weihnachtsferien",
                                                        "id": "609404",
                                                        "dateStart": "2021-12-24",
                                                        "dateEnd": "2022-01-09",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sportferien",
                                                        "id": "634912",
                                                        "dateStart": "2022-01-29",
                                                        "dateEnd": "2022-02-06",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Fasnachtsmontag",
                                                        "id": "872412",
                                                        "dateStart": "2022-02-28",
                                                        "dateEnd": "2022-02-28",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Frühlingsferien",
                                                        "id": "872392",
                                                        "dateStart": "2022-04-07",
                                                        "dateEnd": "2022-04-24",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Landsgemeindemontag",
                                                        "id": "872413",
                                                        "dateStart": "2022-05-02",
                                                        "dateEnd": "2022-05-02",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Auffahrtsferien",
                                                        "id": "872393",
                                                        "dateStart": "2022-05-26",
                                                        "dateEnd": "2022-05-29",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingstmontag",
                                                        "id": "872394",
                                                        "dateStart": "2022-06-06",
                                                        "dateEnd": "2022-06-06",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sommerferien",
                                                        "id": "872395",
                                                        "dateStart": "2022-07-02",
                                                        "dateEnd": "2022-08-14",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Herbstferien",
                                                        "id": "872396",
                                                        "dateStart": "2022-10-08",
                                                        "dateEnd": "2022-10-23",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Weihnachtsferien",
                                                        "id": "872397",
                                                        "dateStart": "2022-12-24",
                                                        "dateEnd": "2023-01-08",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    }
                                                ]
                                            },
                                            {
                                                "description": "Glarus Süd",
                                                "type": "Gemeinde",
                                                "geoId": "3534",
                                                "bfsNr": "1631",
                                                "iso": "CH",
                                                "iso-3166-2": "CH-GL",
                                                "note": "",
                                                "events": [
                                                    {
                                                        "description": "Neujahr",
                                                        "id": "1",
                                                        "dateStart": "2022-01-01",
                                                        "dateEnd": "2022-01-01",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Berchtoldstag",
                                                        "id": "3",
                                                        "dateStart": "2022-01-02",
                                                        "dateEnd": "2022-01-02",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Fasnachtsmontag",
                                                        "id": "86",
                                                        "dateStart": "2022-02-28",
                                                        "dateEnd": "2022-02-28",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Näfelser Fahrt",
                                                        "id": "16",
                                                        "dateStart": "2022-04-07",
                                                        "dateEnd": "2022-04-07",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Karfreitag",
                                                        "id": "17",
                                                        "dateStart": "2022-04-15",
                                                        "dateEnd": "2022-04-15",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Ostern",
                                                        "id": "18",
                                                        "dateStart": "2022-04-17",
                                                        "dateEnd": "2022-04-17",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Ostermontag",
                                                        "id": "19",
                                                        "dateStart": "2022-04-18",
                                                        "dateEnd": "2022-04-18",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Landsgemeinde",
                                                        "id": "544",
                                                        "dateStart": "2022-05-01",
                                                        "dateEnd": "2022-05-01",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Auffahrt",
                                                        "id": "31",
                                                        "dateStart": "2022-05-26",
                                                        "dateEnd": "2022-05-26",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingsten",
                                                        "id": "30",
                                                        "dateStart": "2022-06-05",
                                                        "dateEnd": "2022-06-05",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingstmontag",
                                                        "id": "35",
                                                        "dateStart": "2022-06-06",
                                                        "dateEnd": "2022-06-06",
                                                        "class": "1",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Nationalfeiertag Schweiz",
                                                        "id": "12",
                                                        "dateStart": "2022-08-01",
                                                        "dateEnd": "2022-08-01",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Allerheiligen",
                                                        "id": "47",
                                                        "dateStart": "2022-11-01",
                                                        "dateEnd": "2022-11-01",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Weihnachten",
                                                        "id": "23",
                                                        "dateStart": "2022-12-25",
                                                        "dateEnd": "2022-12-25",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Stephanstag",
                                                        "id": "37",
                                                        "dateStart": "2022-12-26",
                                                        "dateEnd": "2022-12-26",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Weihnachtsferien",
                                                        "id": "609395",
                                                        "dateStart": "2021-12-24",
                                                        "dateEnd": "2022-01-09",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sportferien",
                                                        "id": "634902",
                                                        "dateStart": "2022-01-29",
                                                        "dateEnd": "2022-02-06",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Fasnachtsmontag",
                                                        "id": "872377",
                                                        "dateStart": "2022-02-28",
                                                        "dateEnd": "2022-02-28",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Frühlingsferien",
                                                        "id": "872357",
                                                        "dateStart": "2022-04-07",
                                                        "dateEnd": "2022-04-24",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Landsgemeindemontag",
                                                        "id": "872378",
                                                        "dateStart": "2022-05-02",
                                                        "dateEnd": "2022-05-02",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Auffahrtsferien",
                                                        "id": "872358",
                                                        "dateStart": "2022-05-26",
                                                        "dateEnd": "2022-05-29",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingstmontag",
                                                        "id": "872359",
                                                        "dateStart": "2022-06-06",
                                                        "dateEnd": "2022-06-06",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sommerferien",
                                                        "id": "872360",
                                                        "dateStart": "2022-07-02",
                                                        "dateEnd": "2022-08-14",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Herbstferien",
                                                        "id": "872361",
                                                        "dateStart": "2022-10-08",
                                                        "dateEnd": "2022-10-23",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Weihnachtsferien",
                                                        "id": "872362",
                                                        "dateStart": "2022-12-24",
                                                        "dateEnd": "2023-01-08",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                }
                            },
                            "application\/xml": {
                                "schema": {
                                    "type": "object",
                                    "xml": {
                                        "name": "fcal_api"
                                    }
                                },
                                "example": "<fcal_api>\r\n<interface>fcal API 2.02<\/interface>\r\n<source>\r\n<href>https:\/\/feiertagskalender.ch<\/href>\r\n<description>feiertagskalender.ch<\/description>\r\n<\/source>\r\n<copyright>\r\n<href>https:\/\/psc.ch<\/href>\r\n<description>psc Peter Schuetz Informatik-Dienstleistungen, CH Bern<\/description>\r\n<\/copyright>\r\n<apiStatus>\r\n<description>active<\/description>\r\n<\/apiStatus>\r\n<apiName>Data\/CH\/Kanton<\/apiName>\r\n<date>2025-02-28<\/date>\r\n<request>\r\n<canton>GL<\/canton>\r\n<year>2022<\/year>\r\n<class>4<\/class>\r\n<charset>utf-8<\/charset>\r\n<format>xml<\/format>\r\n<date_format>Y-m-d<\/date_format>\r\n<hl>de<\/hl>\r\n<\/request>\r\n<results>\r\n<status>\r\n<description>ok<\/description>\r\n<\/status>\r\n<locations>\r\n<location>\r\n<description>Glarus<\/description>\r\n<type>Gemeinde<\/type>\r\n<geoId>3535<\/geoId>\r\n<bfsNr>1632<\/bfsNr>\r\n<iso>CH<\/iso>\r\n<iso-3166-2>CH-GL<\/iso-3166-2>\r\n<note><\/note>\r\n<events>\r\n<event>\r\n<description>Neujahr<\/description>\r\n<id>1<\/id>\r\n<dateStart>2022-01-01<\/dateStart>\r\n<dateEnd>2022-01-01<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Berchtoldstag<\/description>\r\n<id>3<\/id>\r\n<dateStart>2022-01-02<\/dateStart>\r\n<dateEnd>2022-01-02<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Fasnachtsmontag<\/description>\r\n<id>86<\/id>\r\n<dateStart>2022-02-28<\/dateStart>\r\n<dateEnd>2022-02-28<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Näfelser Fahrt<\/description>\r\n<id>16<\/id>\r\n<dateStart>2022-04-07<\/dateStart>\r\n<dateEnd>2022-04-07<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Karfreitag<\/description>\r\n<id>17<\/id>\r\n<dateStart>2022-04-15<\/dateStart>\r\n<dateEnd>2022-04-15<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Ostern<\/description>\r\n<id>18<\/id>\r\n<dateStart>2022-04-17<\/dateStart>\r\n<dateEnd>2022-04-17<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Ostermontag<\/description>\r\n<id>19<\/id>\r\n<dateStart>2022-04-18<\/dateStart>\r\n<dateEnd>2022-04-18<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Landsgemeinde<\/description>\r\n<id>544<\/id>\r\n<dateStart>2022-05-01<\/dateStart>\r\n<dateEnd>2022-05-01<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Auffahrt<\/description>\r\n<id>31<\/id>\r\n<dateStart>2022-05-26<\/dateStart>\r\n<dateEnd>2022-05-26<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Pfingsten<\/description>\r\n<id>30<\/id>\r\n<dateStart>2022-06-05<\/dateStart>\r\n<dateEnd>2022-06-05<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Pfingstmontag<\/description>\r\n<id>35<\/id>\r\n<dateStart>2022-06-06<\/dateStart>\r\n<dateEnd>2022-06-06<\/dateEnd>\r\n<class>1<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Nationalfeiertag Schweiz<\/description>\r\n<id>12<\/id>\r\n<dateStart>2022-08-01<\/dateStart>\r\n<dateEnd>2022-08-01<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Allerheiligen<\/description>\r\n<id>47<\/id>\r\n<dateStart>2022-11-01<\/dateStart>\r\n<dateEnd>2022-11-01<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Weihnachten<\/description>\r\n<id>23<\/id>\r\n<dateStart>2022-12-25<\/dateStart>\r\n<dateEnd>2022-12-25<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Stephanstag<\/description>\r\n<id>37<\/id>\r\n<dateStart>2022-12-26<\/dateStart>\r\n<dateEnd>2022-12-26<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Weihnachtsferien<\/description>\r\n<id>609413<\/id>\r\n<dateStart>2021-12-24<\/dateStart>\r\n<dateEnd>2022-01-09<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Sportferien<\/description>\r\n<id>634922<\/id>\r\n<dateStart>2022-01-29<\/dateStart>\r\n<dateEnd>2022-02-06<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Fasnachtsmontag<\/description>\r\n<id>872447<\/id>\r\n<dateStart>2022-02-28<\/dateStart>\r\n<dateEnd>2022-02-28<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Frühlingsferien<\/description>\r\n<id>872427<\/id>\r\n<dateStart>2022-04-07<\/dateStart>\r\n<dateEnd>2022-04-24<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Landsgemeindemontag<\/description>\r\n<id>872448<\/id>\r\n<dateStart>2022-05-02<\/dateStart>\r\n<dateEnd>2022-05-02<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Auffahrtsferien<\/description>\r\n<id>872428<\/id>\r\n<dateStart>2022-05-26<\/dateStart>\r\n<dateEnd>2022-05-29<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Pfingstmontag<\/description>\r\n<id>872429<\/id>\r\n<dateStart>2022-06-06<\/dateStart>\r\n<dateEnd>2022-06-06<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Sommerferien<\/description>\r\n<id>872430<\/id>\r\n<dateStart>2022-07-02<\/dateStart>\r\n<dateEnd>2022-08-14<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Herbstferien<\/description>\r\n<id>872431<\/id>\r\n<dateStart>2022-10-08<\/dateStart>\r\n<dateEnd>2022-10-23<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Weihnachtsferien<\/description>\r\n<id>872432<\/id>\r\n<dateStart>2022-12-24<\/dateStart>\r\n<dateEnd>2023-01-08<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<\/events>\r\n<\/location>\r\n<location>\r\n<description>Glarus Nord<\/description>\r\n<type>Gemeinde<\/type>\r\n<geoId>3533<\/geoId>\r\n<bfsNr>1630<\/bfsNr>\r\n<iso>CH<\/iso>\r\n<iso-3166-2>CH-GL<\/iso-3166-2>\r\n<note><\/note>\r\n<events>\r\n<event>\r\n<description>Neujahr<\/description>\r\n<id>1<\/id>\r\n<dateStart>2022-01-01<\/dateStart>\r\n<dateEnd>2022-01-01<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Berchtoldstag<\/description>\r\n<id>3<\/id>\r\n<dateStart>2022-01-02<\/dateStart>\r\n<dateEnd>2022-01-02<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Fasnachtsmontag<\/description>\r\n<id>86<\/id>\r\n<dateStart>2022-02-28<\/dateStart>\r\n<dateEnd>2022-02-28<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Näfelser Fahrt<\/description>\r\n<id>16<\/id>\r\n<dateStart>2022-04-07<\/dateStart>\r\n<dateEnd>2022-04-07<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Karfreitag<\/description>\r\n<id>17<\/id>\r\n<dateStart>2022-04-15<\/dateStart>\r\n<dateEnd>2022-04-15<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Ostern<\/description>\r\n<id>18<\/id>\r\n<dateStart>2022-04-17<\/dateStart>\r\n<dateEnd>2022-04-17<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Ostermontag<\/description>\r\n<id>19<\/id>\r\n<dateStart>2022-04-18<\/dateStart>\r\n<dateEnd>2022-04-18<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Landsgemeinde<\/description>\r\n<id>544<\/id>\r\n<dateStart>2022-05-01<\/dateStart>\r\n<dateEnd>2022-05-01<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Auffahrt<\/description>\r\n<id>31<\/id>\r\n<dateStart>2022-05-26<\/dateStart>\r\n<dateEnd>2022-05-26<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Pfingsten<\/description>\r\n<id>30<\/id>\r\n<dateStart>2022-06-05<\/dateStart>\r\n<dateEnd>2022-06-05<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Pfingstmontag<\/description>\r\n<id>35<\/id>\r\n<dateStart>2022-06-06<\/dateStart>\r\n<dateEnd>2022-06-06<\/dateEnd>\r\n<class>1<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Nationalfeiertag Schweiz<\/description>\r\n<id>12<\/id>\r\n<dateStart>2022-08-01<\/dateStart>\r\n<dateEnd>2022-08-01<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Allerheiligen<\/description>\r\n<id>47<\/id>\r\n<dateStart>2022-11-01<\/dateStart>\r\n<dateEnd>2022-11-01<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Weihnachten<\/description>\r\n<id>23<\/id>\r\n<dateStart>2022-12-25<\/dateStart>\r\n<dateEnd>2022-12-25<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Stephanstag<\/description>\r\n<id>37<\/id>\r\n<dateStart>2022-12-26<\/dateStart>\r\n<dateEnd>2022-12-26<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Weihnachtsferien<\/description>\r\n<id>609404<\/id>\r\n<dateStart>2021-12-24<\/dateStart>\r\n<dateEnd>2022-01-09<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Sportferien<\/description>\r\n<id>634912<\/id>\r\n<dateStart>2022-01-29<\/dateStart>\r\n<dateEnd>2022-02-06<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Fasnachtsmontag<\/description>\r\n<id>872412<\/id>\r\n<dateStart>2022-02-28<\/dateStart>\r\n<dateEnd>2022-02-28<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Frühlingsferien<\/description>\r\n<id>872392<\/id>\r\n<dateStart>2022-04-07<\/dateStart>\r\n<dateEnd>2022-04-24<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Landsgemeindemontag<\/description>\r\n<id>872413<\/id>\r\n<dateStart>2022-05-02<\/dateStart>\r\n<dateEnd>2022-05-02<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Auffahrtsferien<\/description>\r\n<id>872393<\/id>\r\n<dateStart>2022-05-26<\/dateStart>\r\n<dateEnd>2022-05-29<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Pfingstmontag<\/description>\r\n<id>872394<\/id>\r\n<dateStart>2022-06-06<\/dateStart>\r\n<dateEnd>2022-06-06<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Sommerferien<\/description>\r\n<id>872395<\/id>\r\n<dateStart>2022-07-02<\/dateStart>\r\n<dateEnd>2022-08-14<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Herbstferien<\/description>\r\n<id>872396<\/id>\r\n<dateStart>2022-10-08<\/dateStart>\r\n<dateEnd>2022-10-23<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Weihnachtsferien<\/description>\r\n<id>872397<\/id>\r\n<dateStart>2022-12-24<\/dateStart>\r\n<dateEnd>2023-01-08<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<\/events>\r\n<\/location>\r\n<location>\r\n<description>Glarus Süd<\/description>\r\n<type>Gemeinde<\/type>\r\n<geoId>3534<\/geoId>\r\n<bfsNr>1631<\/bfsNr>\r\n<iso>CH<\/iso>\r\n<iso-3166-2>CH-GL<\/iso-3166-2>\r\n<note><\/note>\r\n<events>\r\n<event>\r\n<description>Neujahr<\/description>\r\n<id>1<\/id>\r\n<dateStart>2022-01-01<\/dateStart>\r\n<dateEnd>2022-01-01<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Berchtoldstag<\/description>\r\n<id>3<\/id>\r\n<dateStart>2022-01-02<\/dateStart>\r\n<dateEnd>2022-01-02<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Fasnachtsmontag<\/description>\r\n<id>86<\/id>\r\n<dateStart>2022-02-28<\/dateStart>\r\n<dateEnd>2022-02-28<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Näfelser Fahrt<\/description>\r\n<id>16<\/id>\r\n<dateStart>2022-04-07<\/dateStart>\r\n<dateEnd>2022-04-07<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Karfreitag<\/description>\r\n<id>17<\/id>\r\n<dateStart>2022-04-15<\/dateStart>\r\n<dateEnd>2022-04-15<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Ostern<\/description>\r\n<id>18<\/id>\r\n<dateStart>2022-04-17<\/dateStart>\r\n<dateEnd>2022-04-17<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Ostermontag<\/description>\r\n<id>19<\/id>\r\n<dateStart>2022-04-18<\/dateStart>\r\n<dateEnd>2022-04-18<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Landsgemeinde<\/description>\r\n<id>544<\/id>\r\n<dateStart>2022-05-01<\/dateStart>\r\n<dateEnd>2022-05-01<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Auffahrt<\/description>\r\n<id>31<\/id>\r\n<dateStart>2022-05-26<\/dateStart>\r\n<dateEnd>2022-05-26<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Pfingsten<\/description>\r\n<id>30<\/id>\r\n<dateStart>2022-06-05<\/dateStart>\r\n<dateEnd>2022-06-05<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Pfingstmontag<\/description>\r\n<id>35<\/id>\r\n<dateStart>2022-06-06<\/dateStart>\r\n<dateEnd>2022-06-06<\/dateEnd>\r\n<class>1<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Nationalfeiertag Schweiz<\/description>\r\n<id>12<\/id>\r\n<dateStart>2022-08-01<\/dateStart>\r\n<dateEnd>2022-08-01<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Allerheiligen<\/description>\r\n<id>47<\/id>\r\n<dateStart>2022-11-01<\/dateStart>\r\n<dateEnd>2022-11-01<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Weihnachten<\/description>\r\n<id>23<\/id>\r\n<dateStart>2022-12-25<\/dateStart>\r\n<dateEnd>2022-12-25<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Stephanstag<\/description>\r\n<id>37<\/id>\r\n<dateStart>2022-12-26<\/dateStart>\r\n<dateEnd>2022-12-26<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Weihnachtsferien<\/description>\r\n<id>609395<\/id>\r\n<dateStart>2021-12-24<\/dateStart>\r\n<dateEnd>2022-01-09<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Sportferien<\/description>\r\n<id>634902<\/id>\r\n<dateStart>2022-01-29<\/dateStart>\r\n<dateEnd>2022-02-06<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Fasnachtsmontag<\/description>\r\n<id>872377<\/id>\r\n<dateStart>2022-02-28<\/dateStart>\r\n<dateEnd>2022-02-28<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Frühlingsferien<\/description>\r\n<id>872357<\/id>\r\n<dateStart>2022-04-07<\/dateStart>\r\n<dateEnd>2022-04-24<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Landsgemeindemontag<\/description>\r\n<id>872378<\/id>\r\n<dateStart>2022-05-02<\/dateStart>\r\n<dateEnd>2022-05-02<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Auffahrtsferien<\/description>\r\n<id>872358<\/id>\r\n<dateStart>2022-05-26<\/dateStart>\r\n<dateEnd>2022-05-29<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Pfingstmontag<\/description>\r\n<id>872359<\/id>\r\n<dateStart>2022-06-06<\/dateStart>\r\n<dateEnd>2022-06-06<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Sommerferien<\/description>\r\n<id>872360<\/id>\r\n<dateStart>2022-07-02<\/dateStart>\r\n<dateEnd>2022-08-14<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Herbstferien<\/description>\r\n<id>872361<\/id>\r\n<dateStart>2022-10-08<\/dateStart>\r\n<dateEnd>2022-10-23<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Weihnachtsferien<\/description>\r\n<id>872362<\/id>\r\n<dateStart>2022-12-24<\/dateStart>\r\n<dateEnd>2023-01-08<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<\/events>\r\n<\/location>\r\n<\/locations>\r\n<\/results>\r\n<\/fcal_api>"
                            },
                            "application\/csv": {
                                "example": "\"location\";\"bfs\";\"description\";\"id\";\"dateStart\";\"dateEnd\";\"class\";\"percent\";\"prov\";\"note\"\r\n\"Glarus\";\"1632\";\"Neujahr\";\"1\";\"2022-01-01\";\"2022-01-01\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Berchtoldstag\";\"3\";\"2022-01-02\";\"2022-01-02\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Fasnachtsmontag\";\"86\";\"2022-02-28\";\"2022-02-28\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Näfelser Fahrt\";\"16\";\"2022-04-07\";\"2022-04-07\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Karfreitag\";\"17\";\"2022-04-15\";\"2022-04-15\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Ostern\";\"18\";\"2022-04-17\";\"2022-04-17\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Ostermontag\";\"19\";\"2022-04-18\";\"2022-04-18\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Landsgemeinde\";\"544\";\"2022-05-01\";\"2022-05-01\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Auffahrt\";\"31\";\"2022-05-26\";\"2022-05-26\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Pfingsten\";\"30\";\"2022-06-05\";\"2022-06-05\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Pfingstmontag\";\"35\";\"2022-06-06\";\"2022-06-06\";\"1\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Nationalfeiertag Schweiz\";\"12\";\"2022-08-01\";\"2022-08-01\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Allerheiligen\";\"47\";\"2022-11-01\";\"2022-11-01\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Weihnachten\";\"23\";\"2022-12-25\";\"2022-12-25\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Stephanstag\";\"37\";\"2022-12-26\";\"2022-12-26\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Weihnachtsferien\";\"609413\";\"2021-12-24\";\"2022-01-09\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Sportferien\";\"634922\";\"2022-01-29\";\"2022-02-06\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Fasnachtsmontag\";\"872447\";\"2022-02-28\";\"2022-02-28\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Frühlingsferien\";\"872427\";\"2022-04-07\";\"2022-04-24\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Landsgemeindemontag\";\"872448\";\"2022-05-02\";\"2022-05-02\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Auffahrtsferien\";\"872428\";\"2022-05-26\";\"2022-05-29\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Pfingstmontag\";\"872429\";\"2022-06-06\";\"2022-06-06\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Sommerferien\";\"872430\";\"2022-07-02\";\"2022-08-14\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Herbstferien\";\"872431\";\"2022-10-08\";\"2022-10-23\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Weihnachtsferien\";\"872432\";\"2022-12-24\";\"2023-01-08\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Neujahr\";\"1\";\"2022-01-01\";\"2022-01-01\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Berchtoldstag\";\"3\";\"2022-01-02\";\"2022-01-02\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Fasnachtsmontag\";\"86\";\"2022-02-28\";\"2022-02-28\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Näfelser Fahrt\";\"16\";\"2022-04-07\";\"2022-04-07\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Karfreitag\";\"17\";\"2022-04-15\";\"2022-04-15\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Ostern\";\"18\";\"2022-04-17\";\"2022-04-17\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Ostermontag\";\"19\";\"2022-04-18\";\"2022-04-18\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Landsgemeinde\";\"544\";\"2022-05-01\";\"2022-05-01\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Auffahrt\";\"31\";\"2022-05-26\";\"2022-05-26\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Pfingsten\";\"30\";\"2022-06-05\";\"2022-06-05\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Pfingstmontag\";\"35\";\"2022-06-06\";\"2022-06-06\";\"1\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Nationalfeiertag Schweiz\";\"12\";\"2022-08-01\";\"2022-08-01\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Allerheiligen\";\"47\";\"2022-11-01\";\"2022-11-01\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Weihnachten\";\"23\";\"2022-12-25\";\"2022-12-25\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Stephanstag\";\"37\";\"2022-12-26\";\"2022-12-26\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Weihnachtsferien\";\"609404\";\"2021-12-24\";\"2022-01-09\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Sportferien\";\"634912\";\"2022-01-29\";\"2022-02-06\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Fasnachtsmontag\";\"872412\";\"2022-02-28\";\"2022-02-28\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Frühlingsferien\";\"872392\";\"2022-04-07\";\"2022-04-24\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Landsgemeindemontag\";\"872413\";\"2022-05-02\";\"2022-05-02\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Auffahrtsferien\";\"872393\";\"2022-05-26\";\"2022-05-29\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Pfingstmontag\";\"872394\";\"2022-06-06\";\"2022-06-06\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Sommerferien\";\"872395\";\"2022-07-02\";\"2022-08-14\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Herbstferien\";\"872396\";\"2022-10-08\";\"2022-10-23\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Weihnachtsferien\";\"872397\";\"2022-12-24\";\"2023-01-08\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Neujahr\";\"1\";\"2022-01-01\";\"2022-01-01\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Berchtoldstag\";\"3\";\"2022-01-02\";\"2022-01-02\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Fasnachtsmontag\";\"86\";\"2022-02-28\";\"2022-02-28\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Näfelser Fahrt\";\"16\";\"2022-04-07\";\"2022-04-07\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Karfreitag\";\"17\";\"2022-04-15\";\"2022-04-15\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Ostern\";\"18\";\"2022-04-17\";\"2022-04-17\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Ostermontag\";\"19\";\"2022-04-18\";\"2022-04-18\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Landsgemeinde\";\"544\";\"2022-05-01\";\"2022-05-01\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Auffahrt\";\"31\";\"2022-05-26\";\"2022-05-26\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Pfingsten\";\"30\";\"2022-06-05\";\"2022-06-05\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Pfingstmontag\";\"35\";\"2022-06-06\";\"2022-06-06\";\"1\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Nationalfeiertag Schweiz\";\"12\";\"2022-08-01\";\"2022-08-01\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Allerheiligen\";\"47\";\"2022-11-01\";\"2022-11-01\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Weihnachten\";\"23\";\"2022-12-25\";\"2022-12-25\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Stephanstag\";\"37\";\"2022-12-26\";\"2022-12-26\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Weihnachtsferien\";\"609395\";\"2021-12-24\";\"2022-01-09\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Sportferien\";\"634902\";\"2022-01-29\";\"2022-02-06\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Fasnachtsmontag\";\"872377\";\"2022-02-28\";\"2022-02-28\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Frühlingsferien\";\"872357\";\"2022-04-07\";\"2022-04-24\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Landsgemeindemontag\";\"872378\";\"2022-05-02\";\"2022-05-02\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Auffahrtsferien\";\"872358\";\"2022-05-26\";\"2022-05-29\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Pfingstmontag\";\"872359\";\"2022-06-06\";\"2022-06-06\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Sommerferien\";\"872360\";\"2022-07-02\";\"2022-08-14\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Herbstferien\";\"872361\";\"2022-10-08\";\"2022-10-23\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Weihnachtsferien\";\"872362\";\"2022-12-24\";\"2023-01-08\";\"0\";\"100\";\"0\";\"\""
                            }
                        }
                    },
                    "400": {
                        "description": "Incorrect request - missing or invalid parameters.",
                        "content": {
                            "application\/json": {
                                "examples": {
                                    "not subscribed": {
                                        "summary": "You have not subscribed to the desired data.",
                                        "value": {
                                            "results": {
                                                "status": {
                                                    "description": "not subscribed"
                                                }
                                            }
                                        }
                                    },
                                    "unknown_location": {
                                        "summary": "The requested canton is not known.",
                                        "value": {
                                            "results": {
                                                "status": {
                                                    "description": "unknown location"
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "Access denied - Invalid API key.",
                        "content": {
                            "application\/json": {
                                "examples": {
                                    "invalid_key": {
                                        "summary": "Invalid API key.",
                                        "value": {
                                            "apiStatus": {
                                                "description": "invalid key"
                                            }
                                        }
                                    },
                                    "invalid_usage": {
                                        "summary": "The use of this API is not enabled for this user.",
                                        "value": {
                                            "apiStatus": {
                                                "description": "invalid usage"
                                            }
                                        }
                                    },
                                    "invalid_referer": {
                                        "summary": "Invalid access. Links from web pages (front-ends) are not allowed.",
                                        "value": {
                                            "apiStatus": {
                                                "description": "invalid referer"
                                            }
                                        }
                                    },
                                    "inactive": {
                                        "summary": "The API has not yet been activated for use.",
                                        "value": {
                                            "apiStatus": {
                                                "description": "inactive"
                                            }
                                        }
                                    },
                                    "expired": {
                                        "summary": "The period of use according to the contract has expired.",
                                        "value": {
                                            "apiStatus": {
                                                "description": "expired"
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Interner Serverfehler – ein unerwarteter Fehler ist aufgetreten.",
                        "content": {
                            "application\/json": {
                                "example": {
                                    "error": {
                                        "code": 500,
                                        "message": "Interner Serverfehler. Bitte versuchen Sie es später erneut."
                                    }
                                }
                            }
                        }
                    }
                }
            },
            "post": {
                "tags": [
                    "Read out annual data for several locations"
                ],
                "summary": "Get public holidays and school holidays for a whole year for all municipalities of a canton, based on the Swiss canton code. ((JSON request)",
                "description": "**Data\/CH\/Kanton**<br>This API determines for all **communities of a canton of Switzerland** on which days of the year an official public holiday or school holidays take place.  The required parameters are `api_key` and `kanton`. The `year` parameter is optional - if it is not specified, the current year is automatically used. The output can also be configured using additional parameters. The parameters are transferred as JSON in the request body. Alternatively, authorisation can also take place in the header. ",
                "requestBody": {
                    "required": true,
                    "content": {
                        "application\/json": {
                            "schema": {
                                "type": "object",
                                "properties": {
                                    "api_key": {
                                        "type": "string"
                                    },
                                    "kanton": {
                                        "type": "string"
                                    },
                                    "year": {
                                        "type": "integer",
                                        "minimum": 2000,
                                        "maximum": 2050
                                    },
                                    "class": {
                                        "type": "integer",
                                        "enum": [
                                            0,
                                            3,
                                            4,
                                            5
                                        ],
                                        "default": 4
                                    },
                                    "charset": {
                                        "type": "string",
                                        "enum": [
                                            "utf-8",
                                            "iso-8859-1"
                                        ],
                                        "default": "utf-8"
                                    },
                                    "format": {
                                        "type": "string",
                                        "enum": [
                                            "json",
                                            "xml",
                                            "csv"
                                        ],
                                        "default": "json"
                                    },
                                    "date_format": {
                                        "type": "string",
                                        "enum": [
                                            "Y-m-d",
                                            "d.m.Y",
                                            "dmY",
                                            "Ymd",
                                            "d.n.y",
                                            "j.n.y"
                                        ],
                                        "default": "Y-m-d"
                                    },
                                    "hl": {
                                        "type": "string",
                                        "enum": [
                                            "de",
                                            "fr",
                                            "it",
                                            "en"
                                        ],
                                        "default": "de"
                                    }
                                },
                                "required": [
                                    "api_key",
                                    "kanton"
                                ]
                            },
                            "example": {
                                "api_key": "YOUR_API_KEY",
                                "kanton": "GL",
                                "year": 2022,
                                "class": 4,
                                "charset": "utf-8",
                                "format": "json",
                                "date_format": "Y-m-d",
                                "hl": "de"
                            }
                        }
                    }
                },
                "responses": {
                    "200": {
                        "description": "Successful response with the query results. The CSV output contains a flat table structure in which nested JSON\/XML elements are not mapped. Please note that some data fields are not available in CSV format.",
                        "content": {
                            "application\/json": {
                                "example": {
                                    "interface": "fcal API 2.02",
                                    "source": {
                                        "href": "https:\/\/feiertagskalender.ch",
                                        "description": "feiertagskalender.ch"
                                    },
                                    "copyright": {
                                        "href": "https:\/\/psc.ch",
                                        "description": "psc Peter Schuetz Informatik-Dienstleistungen, CH Arch"
                                    },
                                    "apiName": "Data\/CH\/Kanton",
                                    "apiStatus": {
                                        "description": "active"
                                    },
                                    "date": "2025-02-28",
                                    "request": {
                                        "canton": "GL",
                                        "year": 2022,
                                        "class": "4",
                                        "charset": "utf-8",
                                        "format": "json",
                                        "date_format": "Y-m-d",
                                        "hl": "de"
                                    },
                                    "results": {
                                        "status": {
                                            "description": "ok"
                                        },
                                        "locations": [
                                            {
                                                "description": "Glarus",
                                                "type": "Gemeinde",
                                                "geoId": "3535",
                                                "bfsNr": "1632",
                                                "iso": "CH",
                                                "iso-3166-2": "CH-GL",
                                                "note": "",
                                                "events": [
                                                    {
                                                        "description": "Neujahr",
                                                        "id": "1",
                                                        "dateStart": "2022-01-01",
                                                        "dateEnd": "2022-01-01",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Berchtoldstag",
                                                        "id": "3",
                                                        "dateStart": "2022-01-02",
                                                        "dateEnd": "2022-01-02",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Fasnachtsmontag",
                                                        "id": "86",
                                                        "dateStart": "2022-02-28",
                                                        "dateEnd": "2022-02-28",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Näfelser Fahrt",
                                                        "id": "16",
                                                        "dateStart": "2022-04-07",
                                                        "dateEnd": "2022-04-07",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Karfreitag",
                                                        "id": "17",
                                                        "dateStart": "2022-04-15",
                                                        "dateEnd": "2022-04-15",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Ostern",
                                                        "id": "18",
                                                        "dateStart": "2022-04-17",
                                                        "dateEnd": "2022-04-17",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Ostermontag",
                                                        "id": "19",
                                                        "dateStart": "2022-04-18",
                                                        "dateEnd": "2022-04-18",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Landsgemeinde",
                                                        "id": "544",
                                                        "dateStart": "2022-05-01",
                                                        "dateEnd": "2022-05-01",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Auffahrt",
                                                        "id": "31",
                                                        "dateStart": "2022-05-26",
                                                        "dateEnd": "2022-05-26",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingsten",
                                                        "id": "30",
                                                        "dateStart": "2022-06-05",
                                                        "dateEnd": "2022-06-05",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingstmontag",
                                                        "id": "35",
                                                        "dateStart": "2022-06-06",
                                                        "dateEnd": "2022-06-06",
                                                        "class": "1",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Nationalfeiertag Schweiz",
                                                        "id": "12",
                                                        "dateStart": "2022-08-01",
                                                        "dateEnd": "2022-08-01",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Allerheiligen",
                                                        "id": "47",
                                                        "dateStart": "2022-11-01",
                                                        "dateEnd": "2022-11-01",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Weihnachten",
                                                        "id": "23",
                                                        "dateStart": "2022-12-25",
                                                        "dateEnd": "2022-12-25",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Stephanstag",
                                                        "id": "37",
                                                        "dateStart": "2022-12-26",
                                                        "dateEnd": "2022-12-26",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Weihnachtsferien",
                                                        "id": "609413",
                                                        "dateStart": "2021-12-24",
                                                        "dateEnd": "2022-01-09",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sportferien",
                                                        "id": "634922",
                                                        "dateStart": "2022-01-29",
                                                        "dateEnd": "2022-02-06",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Fasnachtsmontag",
                                                        "id": "872447",
                                                        "dateStart": "2022-02-28",
                                                        "dateEnd": "2022-02-28",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Frühlingsferien",
                                                        "id": "872427",
                                                        "dateStart": "2022-04-07",
                                                        "dateEnd": "2022-04-24",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Landsgemeindemontag",
                                                        "id": "872448",
                                                        "dateStart": "2022-05-02",
                                                        "dateEnd": "2022-05-02",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Auffahrtsferien",
                                                        "id": "872428",
                                                        "dateStart": "2022-05-26",
                                                        "dateEnd": "2022-05-29",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingstmontag",
                                                        "id": "872429",
                                                        "dateStart": "2022-06-06",
                                                        "dateEnd": "2022-06-06",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sommerferien",
                                                        "id": "872430",
                                                        "dateStart": "2022-07-02",
                                                        "dateEnd": "2022-08-14",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Herbstferien",
                                                        "id": "872431",
                                                        "dateStart": "2022-10-08",
                                                        "dateEnd": "2022-10-23",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Weihnachtsferien",
                                                        "id": "872432",
                                                        "dateStart": "2022-12-24",
                                                        "dateEnd": "2023-01-08",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    }
                                                ]
                                            },
                                            {
                                                "description": "Glarus Nord",
                                                "type": "Gemeinde",
                                                "geoId": "3533",
                                                "bfsNr": "1630",
                                                "iso": "CH",
                                                "iso-3166-2": "CH-GL",
                                                "note": "",
                                                "events": [
                                                    {
                                                        "description": "Neujahr",
                                                        "id": "1",
                                                        "dateStart": "2022-01-01",
                                                        "dateEnd": "2022-01-01",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Berchtoldstag",
                                                        "id": "3",
                                                        "dateStart": "2022-01-02",
                                                        "dateEnd": "2022-01-02",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Fasnachtsmontag",
                                                        "id": "86",
                                                        "dateStart": "2022-02-28",
                                                        "dateEnd": "2022-02-28",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Näfelser Fahrt",
                                                        "id": "16",
                                                        "dateStart": "2022-04-07",
                                                        "dateEnd": "2022-04-07",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Karfreitag",
                                                        "id": "17",
                                                        "dateStart": "2022-04-15",
                                                        "dateEnd": "2022-04-15",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Ostern",
                                                        "id": "18",
                                                        "dateStart": "2022-04-17",
                                                        "dateEnd": "2022-04-17",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Ostermontag",
                                                        "id": "19",
                                                        "dateStart": "2022-04-18",
                                                        "dateEnd": "2022-04-18",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Landsgemeinde",
                                                        "id": "544",
                                                        "dateStart": "2022-05-01",
                                                        "dateEnd": "2022-05-01",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Auffahrt",
                                                        "id": "31",
                                                        "dateStart": "2022-05-26",
                                                        "dateEnd": "2022-05-26",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingsten",
                                                        "id": "30",
                                                        "dateStart": "2022-06-05",
                                                        "dateEnd": "2022-06-05",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingstmontag",
                                                        "id": "35",
                                                        "dateStart": "2022-06-06",
                                                        "dateEnd": "2022-06-06",
                                                        "class": "1",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Nationalfeiertag Schweiz",
                                                        "id": "12",
                                                        "dateStart": "2022-08-01",
                                                        "dateEnd": "2022-08-01",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Allerheiligen",
                                                        "id": "47",
                                                        "dateStart": "2022-11-01",
                                                        "dateEnd": "2022-11-01",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Weihnachten",
                                                        "id": "23",
                                                        "dateStart": "2022-12-25",
                                                        "dateEnd": "2022-12-25",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Stephanstag",
                                                        "id": "37",
                                                        "dateStart": "2022-12-26",
                                                        "dateEnd": "2022-12-26",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Weihnachtsferien",
                                                        "id": "609404",
                                                        "dateStart": "2021-12-24",
                                                        "dateEnd": "2022-01-09",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sportferien",
                                                        "id": "634912",
                                                        "dateStart": "2022-01-29",
                                                        "dateEnd": "2022-02-06",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Fasnachtsmontag",
                                                        "id": "872412",
                                                        "dateStart": "2022-02-28",
                                                        "dateEnd": "2022-02-28",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Frühlingsferien",
                                                        "id": "872392",
                                                        "dateStart": "2022-04-07",
                                                        "dateEnd": "2022-04-24",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Landsgemeindemontag",
                                                        "id": "872413",
                                                        "dateStart": "2022-05-02",
                                                        "dateEnd": "2022-05-02",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Auffahrtsferien",
                                                        "id": "872393",
                                                        "dateStart": "2022-05-26",
                                                        "dateEnd": "2022-05-29",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingstmontag",
                                                        "id": "872394",
                                                        "dateStart": "2022-06-06",
                                                        "dateEnd": "2022-06-06",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sommerferien",
                                                        "id": "872395",
                                                        "dateStart": "2022-07-02",
                                                        "dateEnd": "2022-08-14",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Herbstferien",
                                                        "id": "872396",
                                                        "dateStart": "2022-10-08",
                                                        "dateEnd": "2022-10-23",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Weihnachtsferien",
                                                        "id": "872397",
                                                        "dateStart": "2022-12-24",
                                                        "dateEnd": "2023-01-08",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    }
                                                ]
                                            },
                                            {
                                                "description": "Glarus Süd",
                                                "type": "Gemeinde",
                                                "geoId": "3534",
                                                "bfsNr": "1631",
                                                "iso": "CH",
                                                "iso-3166-2": "CH-GL",
                                                "note": "",
                                                "events": [
                                                    {
                                                        "description": "Neujahr",
                                                        "id": "1",
                                                        "dateStart": "2022-01-01",
                                                        "dateEnd": "2022-01-01",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Berchtoldstag",
                                                        "id": "3",
                                                        "dateStart": "2022-01-02",
                                                        "dateEnd": "2022-01-02",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Fasnachtsmontag",
                                                        "id": "86",
                                                        "dateStart": "2022-02-28",
                                                        "dateEnd": "2022-02-28",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Näfelser Fahrt",
                                                        "id": "16",
                                                        "dateStart": "2022-04-07",
                                                        "dateEnd": "2022-04-07",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Karfreitag",
                                                        "id": "17",
                                                        "dateStart": "2022-04-15",
                                                        "dateEnd": "2022-04-15",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Ostern",
                                                        "id": "18",
                                                        "dateStart": "2022-04-17",
                                                        "dateEnd": "2022-04-17",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Ostermontag",
                                                        "id": "19",
                                                        "dateStart": "2022-04-18",
                                                        "dateEnd": "2022-04-18",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Landsgemeinde",
                                                        "id": "544",
                                                        "dateStart": "2022-05-01",
                                                        "dateEnd": "2022-05-01",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Auffahrt",
                                                        "id": "31",
                                                        "dateStart": "2022-05-26",
                                                        "dateEnd": "2022-05-26",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingsten",
                                                        "id": "30",
                                                        "dateStart": "2022-06-05",
                                                        "dateEnd": "2022-06-05",
                                                        "class": "4",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingstmontag",
                                                        "id": "35",
                                                        "dateStart": "2022-06-06",
                                                        "dateEnd": "2022-06-06",
                                                        "class": "1",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Nationalfeiertag Schweiz",
                                                        "id": "12",
                                                        "dateStart": "2022-08-01",
                                                        "dateEnd": "2022-08-01",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Allerheiligen",
                                                        "id": "47",
                                                        "dateStart": "2022-11-01",
                                                        "dateEnd": "2022-11-01",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Weihnachten",
                                                        "id": "23",
                                                        "dateStart": "2022-12-25",
                                                        "dateEnd": "2022-12-25",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Stephanstag",
                                                        "id": "37",
                                                        "dateStart": "2022-12-26",
                                                        "dateEnd": "2022-12-26",
                                                        "class": "2",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Weihnachtsferien",
                                                        "id": "609395",
                                                        "dateStart": "2021-12-24",
                                                        "dateEnd": "2022-01-09",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sportferien",
                                                        "id": "634902",
                                                        "dateStart": "2022-01-29",
                                                        "dateEnd": "2022-02-06",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Fasnachtsmontag",
                                                        "id": "872377",
                                                        "dateStart": "2022-02-28",
                                                        "dateEnd": "2022-02-28",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Frühlingsferien",
                                                        "id": "872357",
                                                        "dateStart": "2022-04-07",
                                                        "dateEnd": "2022-04-24",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Landsgemeindemontag",
                                                        "id": "872378",
                                                        "dateStart": "2022-05-02",
                                                        "dateEnd": "2022-05-02",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Auffahrtsferien",
                                                        "id": "872358",
                                                        "dateStart": "2022-05-26",
                                                        "dateEnd": "2022-05-29",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingstmontag",
                                                        "id": "872359",
                                                        "dateStart": "2022-06-06",
                                                        "dateEnd": "2022-06-06",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sommerferien",
                                                        "id": "872360",
                                                        "dateStart": "2022-07-02",
                                                        "dateEnd": "2022-08-14",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Herbstferien",
                                                        "id": "872361",
                                                        "dateStart": "2022-10-08",
                                                        "dateEnd": "2022-10-23",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Weihnachtsferien",
                                                        "id": "872362",
                                                        "dateStart": "2022-12-24",
                                                        "dateEnd": "2023-01-08",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    }
                                                ]
                                            }
                                        ]
                                    }
                                }
                            },
                            "application\/xml": {
                                "schema": {
                                    "type": "object",
                                    "xml": {
                                        "name": "fcal_api"
                                    }
                                },
                                "example": "<fcal_api>\r\n<interface>fcal API 2.02<\/interface>\r\n<source>\r\n<href>https:\/\/feiertagskalender.ch<\/href>\r\n<description>feiertagskalender.ch<\/description>\r\n<\/source>\r\n<copyright>\r\n<href>https:\/\/psc.ch<\/href>\r\n<description>psc Peter Schuetz Informatik-Dienstleistungen, CH Bern<\/description>\r\n<\/copyright>\r\n<apiStatus>\r\n<description>active<\/description>\r\n<\/apiStatus>\r\n<apiName>Data\/CH\/Kanton<\/apiName>\r\n<date>2025-02-28<\/date>\r\n<request>\r\n<canton>GL<\/canton>\r\n<year>2022<\/year>\r\n<class>4<\/class>\r\n<charset>utf-8<\/charset>\r\n<format>xml<\/format>\r\n<date_format>Y-m-d<\/date_format>\r\n<hl>de<\/hl>\r\n<\/request>\r\n<results>\r\n<status>\r\n<description>ok<\/description>\r\n<\/status>\r\n<locations>\r\n<location>\r\n<description>Glarus<\/description>\r\n<type>Gemeinde<\/type>\r\n<geoId>3535<\/geoId>\r\n<bfsNr>1632<\/bfsNr>\r\n<iso>CH<\/iso>\r\n<iso-3166-2>CH-GL<\/iso-3166-2>\r\n<note><\/note>\r\n<events>\r\n<event>\r\n<description>Neujahr<\/description>\r\n<id>1<\/id>\r\n<dateStart>2022-01-01<\/dateStart>\r\n<dateEnd>2022-01-01<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Berchtoldstag<\/description>\r\n<id>3<\/id>\r\n<dateStart>2022-01-02<\/dateStart>\r\n<dateEnd>2022-01-02<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Fasnachtsmontag<\/description>\r\n<id>86<\/id>\r\n<dateStart>2022-02-28<\/dateStart>\r\n<dateEnd>2022-02-28<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Näfelser Fahrt<\/description>\r\n<id>16<\/id>\r\n<dateStart>2022-04-07<\/dateStart>\r\n<dateEnd>2022-04-07<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Karfreitag<\/description>\r\n<id>17<\/id>\r\n<dateStart>2022-04-15<\/dateStart>\r\n<dateEnd>2022-04-15<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Ostern<\/description>\r\n<id>18<\/id>\r\n<dateStart>2022-04-17<\/dateStart>\r\n<dateEnd>2022-04-17<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Ostermontag<\/description>\r\n<id>19<\/id>\r\n<dateStart>2022-04-18<\/dateStart>\r\n<dateEnd>2022-04-18<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Landsgemeinde<\/description>\r\n<id>544<\/id>\r\n<dateStart>2022-05-01<\/dateStart>\r\n<dateEnd>2022-05-01<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Auffahrt<\/description>\r\n<id>31<\/id>\r\n<dateStart>2022-05-26<\/dateStart>\r\n<dateEnd>2022-05-26<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Pfingsten<\/description>\r\n<id>30<\/id>\r\n<dateStart>2022-06-05<\/dateStart>\r\n<dateEnd>2022-06-05<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Pfingstmontag<\/description>\r\n<id>35<\/id>\r\n<dateStart>2022-06-06<\/dateStart>\r\n<dateEnd>2022-06-06<\/dateEnd>\r\n<class>1<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Nationalfeiertag Schweiz<\/description>\r\n<id>12<\/id>\r\n<dateStart>2022-08-01<\/dateStart>\r\n<dateEnd>2022-08-01<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Allerheiligen<\/description>\r\n<id>47<\/id>\r\n<dateStart>2022-11-01<\/dateStart>\r\n<dateEnd>2022-11-01<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Weihnachten<\/description>\r\n<id>23<\/id>\r\n<dateStart>2022-12-25<\/dateStart>\r\n<dateEnd>2022-12-25<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Stephanstag<\/description>\r\n<id>37<\/id>\r\n<dateStart>2022-12-26<\/dateStart>\r\n<dateEnd>2022-12-26<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Weihnachtsferien<\/description>\r\n<id>609413<\/id>\r\n<dateStart>2021-12-24<\/dateStart>\r\n<dateEnd>2022-01-09<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Sportferien<\/description>\r\n<id>634922<\/id>\r\n<dateStart>2022-01-29<\/dateStart>\r\n<dateEnd>2022-02-06<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Fasnachtsmontag<\/description>\r\n<id>872447<\/id>\r\n<dateStart>2022-02-28<\/dateStart>\r\n<dateEnd>2022-02-28<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Frühlingsferien<\/description>\r\n<id>872427<\/id>\r\n<dateStart>2022-04-07<\/dateStart>\r\n<dateEnd>2022-04-24<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Landsgemeindemontag<\/description>\r\n<id>872448<\/id>\r\n<dateStart>2022-05-02<\/dateStart>\r\n<dateEnd>2022-05-02<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Auffahrtsferien<\/description>\r\n<id>872428<\/id>\r\n<dateStart>2022-05-26<\/dateStart>\r\n<dateEnd>2022-05-29<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Pfingstmontag<\/description>\r\n<id>872429<\/id>\r\n<dateStart>2022-06-06<\/dateStart>\r\n<dateEnd>2022-06-06<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Sommerferien<\/description>\r\n<id>872430<\/id>\r\n<dateStart>2022-07-02<\/dateStart>\r\n<dateEnd>2022-08-14<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Herbstferien<\/description>\r\n<id>872431<\/id>\r\n<dateStart>2022-10-08<\/dateStart>\r\n<dateEnd>2022-10-23<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Weihnachtsferien<\/description>\r\n<id>872432<\/id>\r\n<dateStart>2022-12-24<\/dateStart>\r\n<dateEnd>2023-01-08<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<\/events>\r\n<\/location>\r\n<location>\r\n<description>Glarus Nord<\/description>\r\n<type>Gemeinde<\/type>\r\n<geoId>3533<\/geoId>\r\n<bfsNr>1630<\/bfsNr>\r\n<iso>CH<\/iso>\r\n<iso-3166-2>CH-GL<\/iso-3166-2>\r\n<note><\/note>\r\n<events>\r\n<event>\r\n<description>Neujahr<\/description>\r\n<id>1<\/id>\r\n<dateStart>2022-01-01<\/dateStart>\r\n<dateEnd>2022-01-01<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Berchtoldstag<\/description>\r\n<id>3<\/id>\r\n<dateStart>2022-01-02<\/dateStart>\r\n<dateEnd>2022-01-02<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Fasnachtsmontag<\/description>\r\n<id>86<\/id>\r\n<dateStart>2022-02-28<\/dateStart>\r\n<dateEnd>2022-02-28<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Näfelser Fahrt<\/description>\r\n<id>16<\/id>\r\n<dateStart>2022-04-07<\/dateStart>\r\n<dateEnd>2022-04-07<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Karfreitag<\/description>\r\n<id>17<\/id>\r\n<dateStart>2022-04-15<\/dateStart>\r\n<dateEnd>2022-04-15<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Ostern<\/description>\r\n<id>18<\/id>\r\n<dateStart>2022-04-17<\/dateStart>\r\n<dateEnd>2022-04-17<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Ostermontag<\/description>\r\n<id>19<\/id>\r\n<dateStart>2022-04-18<\/dateStart>\r\n<dateEnd>2022-04-18<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Landsgemeinde<\/description>\r\n<id>544<\/id>\r\n<dateStart>2022-05-01<\/dateStart>\r\n<dateEnd>2022-05-01<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Auffahrt<\/description>\r\n<id>31<\/id>\r\n<dateStart>2022-05-26<\/dateStart>\r\n<dateEnd>2022-05-26<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Pfingsten<\/description>\r\n<id>30<\/id>\r\n<dateStart>2022-06-05<\/dateStart>\r\n<dateEnd>2022-06-05<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Pfingstmontag<\/description>\r\n<id>35<\/id>\r\n<dateStart>2022-06-06<\/dateStart>\r\n<dateEnd>2022-06-06<\/dateEnd>\r\n<class>1<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Nationalfeiertag Schweiz<\/description>\r\n<id>12<\/id>\r\n<dateStart>2022-08-01<\/dateStart>\r\n<dateEnd>2022-08-01<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Allerheiligen<\/description>\r\n<id>47<\/id>\r\n<dateStart>2022-11-01<\/dateStart>\r\n<dateEnd>2022-11-01<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Weihnachten<\/description>\r\n<id>23<\/id>\r\n<dateStart>2022-12-25<\/dateStart>\r\n<dateEnd>2022-12-25<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Stephanstag<\/description>\r\n<id>37<\/id>\r\n<dateStart>2022-12-26<\/dateStart>\r\n<dateEnd>2022-12-26<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Weihnachtsferien<\/description>\r\n<id>609404<\/id>\r\n<dateStart>2021-12-24<\/dateStart>\r\n<dateEnd>2022-01-09<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Sportferien<\/description>\r\n<id>634912<\/id>\r\n<dateStart>2022-01-29<\/dateStart>\r\n<dateEnd>2022-02-06<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Fasnachtsmontag<\/description>\r\n<id>872412<\/id>\r\n<dateStart>2022-02-28<\/dateStart>\r\n<dateEnd>2022-02-28<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Frühlingsferien<\/description>\r\n<id>872392<\/id>\r\n<dateStart>2022-04-07<\/dateStart>\r\n<dateEnd>2022-04-24<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Landsgemeindemontag<\/description>\r\n<id>872413<\/id>\r\n<dateStart>2022-05-02<\/dateStart>\r\n<dateEnd>2022-05-02<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Auffahrtsferien<\/description>\r\n<id>872393<\/id>\r\n<dateStart>2022-05-26<\/dateStart>\r\n<dateEnd>2022-05-29<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Pfingstmontag<\/description>\r\n<id>872394<\/id>\r\n<dateStart>2022-06-06<\/dateStart>\r\n<dateEnd>2022-06-06<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Sommerferien<\/description>\r\n<id>872395<\/id>\r\n<dateStart>2022-07-02<\/dateStart>\r\n<dateEnd>2022-08-14<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Herbstferien<\/description>\r\n<id>872396<\/id>\r\n<dateStart>2022-10-08<\/dateStart>\r\n<dateEnd>2022-10-23<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Weihnachtsferien<\/description>\r\n<id>872397<\/id>\r\n<dateStart>2022-12-24<\/dateStart>\r\n<dateEnd>2023-01-08<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<\/events>\r\n<\/location>\r\n<location>\r\n<description>Glarus Süd<\/description>\r\n<type>Gemeinde<\/type>\r\n<geoId>3534<\/geoId>\r\n<bfsNr>1631<\/bfsNr>\r\n<iso>CH<\/iso>\r\n<iso-3166-2>CH-GL<\/iso-3166-2>\r\n<note><\/note>\r\n<events>\r\n<event>\r\n<description>Neujahr<\/description>\r\n<id>1<\/id>\r\n<dateStart>2022-01-01<\/dateStart>\r\n<dateEnd>2022-01-01<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Berchtoldstag<\/description>\r\n<id>3<\/id>\r\n<dateStart>2022-01-02<\/dateStart>\r\n<dateEnd>2022-01-02<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Fasnachtsmontag<\/description>\r\n<id>86<\/id>\r\n<dateStart>2022-02-28<\/dateStart>\r\n<dateEnd>2022-02-28<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Näfelser Fahrt<\/description>\r\n<id>16<\/id>\r\n<dateStart>2022-04-07<\/dateStart>\r\n<dateEnd>2022-04-07<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Karfreitag<\/description>\r\n<id>17<\/id>\r\n<dateStart>2022-04-15<\/dateStart>\r\n<dateEnd>2022-04-15<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Ostern<\/description>\r\n<id>18<\/id>\r\n<dateStart>2022-04-17<\/dateStart>\r\n<dateEnd>2022-04-17<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Ostermontag<\/description>\r\n<id>19<\/id>\r\n<dateStart>2022-04-18<\/dateStart>\r\n<dateEnd>2022-04-18<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Landsgemeinde<\/description>\r\n<id>544<\/id>\r\n<dateStart>2022-05-01<\/dateStart>\r\n<dateEnd>2022-05-01<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Auffahrt<\/description>\r\n<id>31<\/id>\r\n<dateStart>2022-05-26<\/dateStart>\r\n<dateEnd>2022-05-26<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Pfingsten<\/description>\r\n<id>30<\/id>\r\n<dateStart>2022-06-05<\/dateStart>\r\n<dateEnd>2022-06-05<\/dateEnd>\r\n<class>4<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Pfingstmontag<\/description>\r\n<id>35<\/id>\r\n<dateStart>2022-06-06<\/dateStart>\r\n<dateEnd>2022-06-06<\/dateEnd>\r\n<class>1<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Nationalfeiertag Schweiz<\/description>\r\n<id>12<\/id>\r\n<dateStart>2022-08-01<\/dateStart>\r\n<dateEnd>2022-08-01<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Allerheiligen<\/description>\r\n<id>47<\/id>\r\n<dateStart>2022-11-01<\/dateStart>\r\n<dateEnd>2022-11-01<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Weihnachten<\/description>\r\n<id>23<\/id>\r\n<dateStart>2022-12-25<\/dateStart>\r\n<dateEnd>2022-12-25<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Stephanstag<\/description>\r\n<id>37<\/id>\r\n<dateStart>2022-12-26<\/dateStart>\r\n<dateEnd>2022-12-26<\/dateEnd>\r\n<class>2<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Weihnachtsferien<\/description>\r\n<id>609395<\/id>\r\n<dateStart>2021-12-24<\/dateStart>\r\n<dateEnd>2022-01-09<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Sportferien<\/description>\r\n<id>634902<\/id>\r\n<dateStart>2022-01-29<\/dateStart>\r\n<dateEnd>2022-02-06<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Fasnachtsmontag<\/description>\r\n<id>872377<\/id>\r\n<dateStart>2022-02-28<\/dateStart>\r\n<dateEnd>2022-02-28<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Frühlingsferien<\/description>\r\n<id>872357<\/id>\r\n<dateStart>2022-04-07<\/dateStart>\r\n<dateEnd>2022-04-24<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Landsgemeindemontag<\/description>\r\n<id>872378<\/id>\r\n<dateStart>2022-05-02<\/dateStart>\r\n<dateEnd>2022-05-02<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Auffahrtsferien<\/description>\r\n<id>872358<\/id>\r\n<dateStart>2022-05-26<\/dateStart>\r\n<dateEnd>2022-05-29<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Pfingstmontag<\/description>\r\n<id>872359<\/id>\r\n<dateStart>2022-06-06<\/dateStart>\r\n<dateEnd>2022-06-06<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Sommerferien<\/description>\r\n<id>872360<\/id>\r\n<dateStart>2022-07-02<\/dateStart>\r\n<dateEnd>2022-08-14<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Herbstferien<\/description>\r\n<id>872361<\/id>\r\n<dateStart>2022-10-08<\/dateStart>\r\n<dateEnd>2022-10-23<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<event>\r\n<description>Weihnachtsferien<\/description>\r\n<id>872362<\/id>\r\n<dateStart>2022-12-24<\/dateStart>\r\n<dateEnd>2023-01-08<\/dateEnd>\r\n<class>0<\/class>\r\n<percent>100<\/percent>\r\n<prov>0<\/prov>\r\n<note><\/note>\r\n<\/event>\r\n<\/events>\r\n<\/location>\r\n<\/locations>\r\n<\/results>\r\n<\/fcal_api>"
                            },
                            "application\/csv": {
                                "example": "\"location\";\"bfs\";\"description\";\"id\";\"dateStart\";\"dateEnd\";\"class\";\"percent\";\"prov\";\"note\"\r\n\"Glarus\";\"1632\";\"Neujahr\";\"1\";\"2022-01-01\";\"2022-01-01\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Berchtoldstag\";\"3\";\"2022-01-02\";\"2022-01-02\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Fasnachtsmontag\";\"86\";\"2022-02-28\";\"2022-02-28\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Näfelser Fahrt\";\"16\";\"2022-04-07\";\"2022-04-07\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Karfreitag\";\"17\";\"2022-04-15\";\"2022-04-15\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Ostern\";\"18\";\"2022-04-17\";\"2022-04-17\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Ostermontag\";\"19\";\"2022-04-18\";\"2022-04-18\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Landsgemeinde\";\"544\";\"2022-05-01\";\"2022-05-01\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Auffahrt\";\"31\";\"2022-05-26\";\"2022-05-26\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Pfingsten\";\"30\";\"2022-06-05\";\"2022-06-05\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Pfingstmontag\";\"35\";\"2022-06-06\";\"2022-06-06\";\"1\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Nationalfeiertag Schweiz\";\"12\";\"2022-08-01\";\"2022-08-01\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Allerheiligen\";\"47\";\"2022-11-01\";\"2022-11-01\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Weihnachten\";\"23\";\"2022-12-25\";\"2022-12-25\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Stephanstag\";\"37\";\"2022-12-26\";\"2022-12-26\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Weihnachtsferien\";\"609413\";\"2021-12-24\";\"2022-01-09\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Sportferien\";\"634922\";\"2022-01-29\";\"2022-02-06\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Fasnachtsmontag\";\"872447\";\"2022-02-28\";\"2022-02-28\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Frühlingsferien\";\"872427\";\"2022-04-07\";\"2022-04-24\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Landsgemeindemontag\";\"872448\";\"2022-05-02\";\"2022-05-02\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Auffahrtsferien\";\"872428\";\"2022-05-26\";\"2022-05-29\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Pfingstmontag\";\"872429\";\"2022-06-06\";\"2022-06-06\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Sommerferien\";\"872430\";\"2022-07-02\";\"2022-08-14\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Herbstferien\";\"872431\";\"2022-10-08\";\"2022-10-23\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus\";\"1632\";\"Weihnachtsferien\";\"872432\";\"2022-12-24\";\"2023-01-08\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Neujahr\";\"1\";\"2022-01-01\";\"2022-01-01\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Berchtoldstag\";\"3\";\"2022-01-02\";\"2022-01-02\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Fasnachtsmontag\";\"86\";\"2022-02-28\";\"2022-02-28\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Näfelser Fahrt\";\"16\";\"2022-04-07\";\"2022-04-07\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Karfreitag\";\"17\";\"2022-04-15\";\"2022-04-15\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Ostern\";\"18\";\"2022-04-17\";\"2022-04-17\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Ostermontag\";\"19\";\"2022-04-18\";\"2022-04-18\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Landsgemeinde\";\"544\";\"2022-05-01\";\"2022-05-01\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Auffahrt\";\"31\";\"2022-05-26\";\"2022-05-26\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Pfingsten\";\"30\";\"2022-06-05\";\"2022-06-05\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Pfingstmontag\";\"35\";\"2022-06-06\";\"2022-06-06\";\"1\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Nationalfeiertag Schweiz\";\"12\";\"2022-08-01\";\"2022-08-01\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Allerheiligen\";\"47\";\"2022-11-01\";\"2022-11-01\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Weihnachten\";\"23\";\"2022-12-25\";\"2022-12-25\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Stephanstag\";\"37\";\"2022-12-26\";\"2022-12-26\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Weihnachtsferien\";\"609404\";\"2021-12-24\";\"2022-01-09\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Sportferien\";\"634912\";\"2022-01-29\";\"2022-02-06\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Fasnachtsmontag\";\"872412\";\"2022-02-28\";\"2022-02-28\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Frühlingsferien\";\"872392\";\"2022-04-07\";\"2022-04-24\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Landsgemeindemontag\";\"872413\";\"2022-05-02\";\"2022-05-02\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Auffahrtsferien\";\"872393\";\"2022-05-26\";\"2022-05-29\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Pfingstmontag\";\"872394\";\"2022-06-06\";\"2022-06-06\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Sommerferien\";\"872395\";\"2022-07-02\";\"2022-08-14\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Herbstferien\";\"872396\";\"2022-10-08\";\"2022-10-23\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Nord\";\"1630\";\"Weihnachtsferien\";\"872397\";\"2022-12-24\";\"2023-01-08\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Neujahr\";\"1\";\"2022-01-01\";\"2022-01-01\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Berchtoldstag\";\"3\";\"2022-01-02\";\"2022-01-02\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Fasnachtsmontag\";\"86\";\"2022-02-28\";\"2022-02-28\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Näfelser Fahrt\";\"16\";\"2022-04-07\";\"2022-04-07\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Karfreitag\";\"17\";\"2022-04-15\";\"2022-04-15\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Ostern\";\"18\";\"2022-04-17\";\"2022-04-17\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Ostermontag\";\"19\";\"2022-04-18\";\"2022-04-18\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Landsgemeinde\";\"544\";\"2022-05-01\";\"2022-05-01\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Auffahrt\";\"31\";\"2022-05-26\";\"2022-05-26\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Pfingsten\";\"30\";\"2022-06-05\";\"2022-06-05\";\"4\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Pfingstmontag\";\"35\";\"2022-06-06\";\"2022-06-06\";\"1\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Nationalfeiertag Schweiz\";\"12\";\"2022-08-01\";\"2022-08-01\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Allerheiligen\";\"47\";\"2022-11-01\";\"2022-11-01\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Weihnachten\";\"23\";\"2022-12-25\";\"2022-12-25\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Stephanstag\";\"37\";\"2022-12-26\";\"2022-12-26\";\"2\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Weihnachtsferien\";\"609395\";\"2021-12-24\";\"2022-01-09\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Sportferien\";\"634902\";\"2022-01-29\";\"2022-02-06\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Fasnachtsmontag\";\"872377\";\"2022-02-28\";\"2022-02-28\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Frühlingsferien\";\"872357\";\"2022-04-07\";\"2022-04-24\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Landsgemeindemontag\";\"872378\";\"2022-05-02\";\"2022-05-02\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Auffahrtsferien\";\"872358\";\"2022-05-26\";\"2022-05-29\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Pfingstmontag\";\"872359\";\"2022-06-06\";\"2022-06-06\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Sommerferien\";\"872360\";\"2022-07-02\";\"2022-08-14\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Herbstferien\";\"872361\";\"2022-10-08\";\"2022-10-23\";\"0\";\"100\";\"0\";\"\"\r\n\"Glarus Süd\";\"1631\";\"Weihnachtsferien\";\"872362\";\"2022-12-24\";\"2023-01-08\";\"0\";\"100\";\"0\";\"\""
                            }
                        }
                    },
                    "400": {
                        "description": "Incorrect request - missing or invalid parameters.",
                        "content": {
                            "application\/json": {
                                "examples": {
                                    "not subscribed": {
                                        "summary": "You have not subscribed to the desired data.",
                                        "value": {
                                            "results": {
                                                "status": {
                                                    "description": "not subscribed"
                                                }
                                            }
                                        }
                                    },
                                    "unknown_location": {
                                        "summary": "The requested canton is not known.",
                                        "value": {
                                            "results": {
                                                "status": {
                                                    "description": "unknown location"
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    },
                    "403": {
                        "description": "Access denied - Invalid API key.",
                        "content": {
                            "application\/json": {
                                "examples": {
                                    "invalid_key": {
                                        "summary": "Invalid API key.",
                                        "value": {
                                            "apiStatus": {
                                                "description": "invalid key"
                                            }
                                        }
                                    },
                                    "invalid_usage": {
                                        "summary": "The use of this API is not enabled for this user.",
                                        "value": {
                                            "apiStatus": {
                                                "description": "invalid usage"
                                            }
                                        }
                                    },
                                    "invalid_referer": {
                                        "summary": "Invalid access. Links from web pages (front-ends) are not allowed.",
                                        "value": {
                                            "apiStatus": {
                                                "description": "invalid referer"
                                            }
                                        }
                                    },
                                    "inactive": {
                                        "summary": "The API has not yet been activated for use.",
                                        "value": {
                                            "apiStatus": {
                                                "description": "inactive"
                                            }
                                        }
                                    },
                                    "expired": {
                                        "summary": "The period of use according to the contract has expired.",
                                        "value": {
                                            "apiStatus": {
                                                "description": "expired"
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    },
                    "500": {
                        "description": "Interner Serverfehler – ein unerwarteter Fehler ist aufgetreten.",
                        "content": {
                            "application\/json": {
                                "example": {
                                    "error": {
                                        "code": 500,
                                        "message": "Interner Serverfehler. Bitte versuchen Sie es später erneut."
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}