{
    "openapi": "3.0.0",
    "info": {
        "title": "Feiertagskalender API",
        "description": "This API determines for all **postcodes in Switzerland** on which days of the year an official public holiday or school holidays take place. The data also contains the FSO municipality number.<br><br>⚠ **Attention:** Some postcodes are assigned to several municipalities, e.g. 91.8% of postcode 1033 is assigned to Cheseaux-sur-Lausanne, 7.8% to Lausanne and 0.4% to Crissier. Only the values for the municipality with the largest share are included in the data.<br><br> The required parameter is `api_key`. The parameter `year` 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\/Country\/CH\/PLZ\/index.php": {
            "get": {
                "tags": [
                    "Read out annual data for several locations"
                ],
                "summary": "Get public holidays and school holidays for a whole year for all postcodes in Switzerland. (query parameter)",
                "description": "**Data\/Country\/CH\/PLZ**<br>This API determines for all **postcodes in Switzerland** on which days of the year an official public holiday or school holidays take place. The data also contains the FSO municipality number.<br><br>⚠ **Attention:** Some postcodes are assigned to several municipalities, e.g. 91.8% of postcode 1033 is assigned to Cheseaux-sur-Lausanne, 7.8% to Lausanne and 0.4% to Crissier. Only the values for the municipality with the largest share are included in the data.<br><br> The required parameter is `api_key`. The parameter `year` 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": "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\/Country\/CH\/PLZ\/index.php?api_key=YOUR_API_KEY&year=2022`\n\n**XML-Request:**\n`https:\/\/feiertagskalender.ch\/api\/Data\/Country\/CH\/PLZ\/index.php?api_key=YOUR_API_KEY&year=2022&format=XML`\n\n**CSV-Request:**\n`https:\/\/feiertagskalender.ch\/api\/Data\/Country\/CH\/PLZ\/index.php?api_key=YOUR_API_KEY&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\/Country\/CH\/PLZ",
                                    "apiStatus": {
                                        "description": "active"
                                    },
                                    "date": "2025-02-27",
                                    "request": {
                                        "iso": "CH",
                                        "year": 2022,
                                        "class": "4",
                                        "charset": "utf-8",
                                        "format": "json",
                                        "date_format": "Y-m-d",
                                        "hl": "de"
                                    },
                                    "results": {
                                        "status": {
                                            "description": "ok"
                                        },
                                        "locations": [
                                            {
                                                "plz": "1000",
                                                "description": "Lausanne",
                                                "type": "Gemeinde",
                                                "geoId": "2425",
                                                "bfsNr": "5586",
                                                "iso": "CH",
                                                "iso-3166-2": "CH-VD",
                                                "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": "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": "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": "2",
                                                        "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": "Bettagsmontag",
                                                        "id": "45",
                                                        "dateStart": "2022-09-19",
                                                        "dateEnd": "2022-09-19",
                                                        "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": "Winterferien",
                                                        "id": "705117",
                                                        "dateStart": "2021-12-24",
                                                        "dateEnd": "2022-01-09",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sportferien",
                                                        "id": "705118",
                                                        "dateStart": "2022-02-19",
                                                        "dateEnd": "2022-02-27",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Osterferien",
                                                        "id": "705119",
                                                        "dateStart": "2022-04-15",
                                                        "dateEnd": "2022-05-01",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Auffahrtsferien",
                                                        "id": "705120",
                                                        "dateStart": "2022-05-26",
                                                        "dateEnd": "2022-05-29",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingstmontag",
                                                        "id": "705121",
                                                        "dateStart": "2022-06-06",
                                                        "dateEnd": "2022-06-06",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sommerferien",
                                                        "id": "705122",
                                                        "dateStart": "2022-07-02",
                                                        "dateEnd": "2022-08-21",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Bettagsmontag",
                                                        "id": "705123",
                                                        "dateStart": "2022-09-19",
                                                        "dateEnd": "2022-09-19",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Herbstferien",
                                                        "id": "705124",
                                                        "dateStart": "2022-10-15",
                                                        "dateEnd": "2022-10-30",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Winterferien",
                                                        "id": "705125",
                                                        "dateStart": "2022-12-24",
                                                        "dateEnd": "2023-01-08",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    }
                                                ]
                                            },
                                            {
                                                "plz": "1001",
                                                "description": "Lausanne",
                                                "type": "Gemeinde",
                                                "geoId": "2425",
                                                "bfsNr": "5586",
                                                "iso": "CH",
                                                "iso-3166-2": "CH-VD",
                                                "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": "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": "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": "2",
                                                        "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": "Bettagsmontag",
                                                        "id": "45",
                                                        "dateStart": "2022-09-19",
                                                        "dateEnd": "2022-09-19",
                                                        "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": "Winterferien",
                                                        "id": "705117",
                                                        "dateStart": "2021-12-24",
                                                        "dateEnd": "2022-01-09",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sportferien",
                                                        "id": "705118",
                                                        "dateStart": "2022-02-19",
                                                        "dateEnd": "2022-02-27",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Osterferien",
                                                        "id": "705119",
                                                        "dateStart": "2022-04-15",
                                                        "dateEnd": "2022-05-01",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Auffahrtsferien",
                                                        "id": "705120",
                                                        "dateStart": "2022-05-26",
                                                        "dateEnd": "2022-05-29",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingstmontag",
                                                        "id": "705121",
                                                        "dateStart": "2022-06-06",
                                                        "dateEnd": "2022-06-06",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sommerferien",
                                                        "id": "705122",
                                                        "dateStart": "2022-07-02",
                                                        "dateEnd": "2022-08-21",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Bettagsmontag",
                                                        "id": "705123",
                                                        "dateStart": "2022-09-19",
                                                        "dateEnd": "2022-09-19",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Herbstferien",
                                                        "id": "705124",
                                                        "dateStart": "2022-10-15",
                                                        "dateEnd": "2022-10-30",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Winterferien",
                                                        "id": "705125",
                                                        "dateStart": "2022-12-24",
                                                        "dateEnd": "2023-01-08",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    }
                                                ]
                                            },
                                            {
                                                "plz": "1002",
                                                "description": "Lausanne",
                                                "type": "Gemeinde",
                                                "geoId": "2425",
                                                "bfsNr": "5586",
                                                "iso": "CH",
                                                "iso-3166-2": "CH-VD",
                                                "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": "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": "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": "2",
                                                        "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": "Bettagsmontag",
                                                        "id": "45",
                                                        "dateStart": "2022-09-19",
                                                        "dateEnd": "2022-09-19",
                                                        "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": "Winterferien",
                                                        "id": "705117",
                                                        "dateStart": "2021-12-24",
                                                        "dateEnd": "2022-01-09",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sportferien",
                                                        "id": "705118",
                                                        "dateStart": "2022-02-19",
                                                        "dateEnd": "2022-02-27",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Osterferien",
                                                        "id": "705119",
                                                        "dateStart": "2022-04-15",
                                                        "dateEnd": "2022-05-01",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Auffahrtsferien",
                                                        "id": "705120",
                                                        "dateStart": "2022-05-26",
                                                        "dateEnd": "2022-05-29",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingstmontag",
                                                        "id": "705121",
                                                        "dateStart": "2022-06-06",
                                                        "dateEnd": "2022-06-06",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sommerferien",
                                                        "id": "705122",
                                                        "dateStart": "2022-07-02",
                                                        "dateEnd": "2022-08-21",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Bettagsmontag",
                                                        "id": "705123",
                                                        "dateStart": "2022-09-19",
                                                        "dateEnd": "2022-09-19",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Herbstferien",
                                                        "id": "705124",
                                                        "dateStart": "2022-10-15",
                                                        "dateEnd": "2022-10-30",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Winterferien",
                                                        "id": "705125",
                                                        "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\/Country\/CH\/PLZ<\/apiName>\r\n<date>2025-02-27<\/date>\r\n<request>\r\n<iso>CH<\/iso>\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<plz>1000<\/plz>\r\n<description>Lausanne<\/description>\r\n<type>Gemeinde<\/type>\r\n<geoId>2425<\/geoId>\r\n<bfsNr>5586<\/bfsNr>\r\n<iso>CH<\/iso>\r\n<iso-3166-2>CH-VD<\/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>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>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>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>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>Bettagsmontag<\/description>\r\n<id>45<\/id>\r\n<dateStart>2022-09-19<\/dateStart>\r\n<dateEnd>2022-09-19<\/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>Winterferien<\/description>\r\n<id>705117<\/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>705118<\/id>\r\n<dateStart>2022-02-19<\/dateStart>\r\n<dateEnd>2022-02-27<\/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>Osterferien<\/description>\r\n<id>705119<\/id>\r\n<dateStart>2022-04-15<\/dateStart>\r\n<dateEnd>2022-05-01<\/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>705120<\/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>705121<\/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>705122<\/id>\r\n<dateStart>2022-07-02<\/dateStart>\r\n<dateEnd>2022-08-21<\/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>Bettagsmontag<\/description>\r\n<id>705123<\/id>\r\n<dateStart>2022-09-19<\/dateStart>\r\n<dateEnd>2022-09-19<\/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>705124<\/id>\r\n<dateStart>2022-10-15<\/dateStart>\r\n<dateEnd>2022-10-30<\/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>Winterferien<\/description>\r\n<id>705125<\/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<plz>1001<\/plz>\r\n<description>Lausanne<\/description>\r\n<type>Gemeinde<\/type>\r\n<geoId>2425<\/geoId>\r\n<bfsNr>5586<\/bfsNr>\r\n<iso>CH<\/iso>\r\n<iso-3166-2>CH-VD<\/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>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>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>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>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>Bettagsmontag<\/description>\r\n<id>45<\/id>\r\n<dateStart>2022-09-19<\/dateStart>\r\n<dateEnd>2022-09-19<\/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>Winterferien<\/description>\r\n<id>705117<\/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>705118<\/id>\r\n<dateStart>2022-02-19<\/dateStart>\r\n<dateEnd>2022-02-27<\/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>Osterferien<\/description>\r\n<id>705119<\/id>\r\n<dateStart>2022-04-15<\/dateStart>\r\n<dateEnd>2022-05-01<\/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>705120<\/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>705121<\/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>705122<\/id>\r\n<dateStart>2022-07-02<\/dateStart>\r\n<dateEnd>2022-08-21<\/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>Bettagsmontag<\/description>\r\n<id>705123<\/id>\r\n<dateStart>2022-09-19<\/dateStart>\r\n<dateEnd>2022-09-19<\/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>705124<\/id>\r\n<dateStart>2022-10-15<\/dateStart>\r\n<dateEnd>2022-10-30<\/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>Winterferien<\/description>\r\n<id>705125<\/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<plz>1002<\/plz>\r\n<description>Lausanne<\/description>\r\n<type>Gemeinde<\/type>\r\n<geoId>2425<\/geoId>\r\n<bfsNr>5586<\/bfsNr>\r\n<iso>CH<\/iso>\r\n<iso-3166-2>CH-VD<\/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>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>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>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>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>Bettagsmontag<\/description>\r\n<id>45<\/id>\r\n<dateStart>2022-09-19<\/dateStart>\r\n<dateEnd>2022-09-19<\/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>Winterferien<\/description>\r\n<id>705117<\/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>705118<\/id>\r\n<dateStart>2022-02-19<\/dateStart>\r\n<dateEnd>2022-02-27<\/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>Osterferien<\/description>\r\n<id>705119<\/id>\r\n<dateStart>2022-04-15<\/dateStart>\r\n<dateEnd>2022-05-01<\/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>705120<\/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>705121<\/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>705122<\/id>\r\n<dateStart>2022-07-02<\/dateStart>\r\n<dateEnd>2022-08-21<\/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>Bettagsmontag<\/description>\r\n<id>705123<\/id>\r\n<dateStart>2022-09-19<\/dateStart>\r\n<dateEnd>2022-09-19<\/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>705124<\/id>\r\n<dateStart>2022-10-15<\/dateStart>\r\n<dateEnd>2022-10-30<\/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>Winterferien<\/description>\r\n<id>705125<\/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": "\"plz\";\"location\";\"geoId\";\"bfsNr\";\"iso\";\"iso_3166_2\";\"description\";\"id\";\"dateStart\";\"dateEnd\";\"class\";\"percent\";\"prov\";\"note\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Neujahr\";\"1\";\"2022-01-01\";\"2022-01-01\";\"2\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Berchtoldstag\";\"3\";\"2022-01-02\";\"2022-01-02\";\"2\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Karfreitag\";\"17\";\"2022-04-15\";\"2022-04-15\";\"2\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Ostern\";\"18\";\"2022-04-17\";\"2022-04-17\";\"4\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Ostermontag\";\"19\";\"2022-04-18\";\"2022-04-18\";\"2\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Auffahrt\";\"31\";\"2022-05-26\";\"2022-05-26\";\"2\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Pfingsten\";\"30\";\"2022-06-05\";\"2022-06-05\";\"4\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Pfingstmontag\";\"35\";\"2022-06-06\";\"2022-06-06\";\"2\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Nationalfeiertag Schweiz\";\"12\";\"2022-08-01\";\"2022-08-01\";\"2\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Bettagsmontag\";\"45\";\"2022-09-19\";\"2022-09-19\";\"2\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Weihnachten\";\"23\";\"2022-12-25\";\"2022-12-25\";\"2\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Winterferien\";\"705117\";\"2021-12-24\";\"2022-01-09\";\"0\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Sportferien\";\"705118\";\"2022-02-19\";\"2022-02-27\";\"0\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Osterferien\";\"705119\";\"2022-04-15\";\"2022-05-01\";\"0\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Auffahrtsferien\";\"705120\";\"2022-05-26\";\"2022-05-29\";\"0\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Pfingstmontag\";\"705121\";\"2022-06-06\";\"2022-06-06\";\"0\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Sommerferien\";\"705122\";\"2022-07-02\";\"2022-08-21\";\"0\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Bettagsmontag\";\"705123\";\"2022-09-19\";\"2022-09-19\";\"0\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Herbstferien\";\"705124\";\"2022-10-15\";\"2022-10-30\";\"0\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Winterferien\";\"705125\";\"2022-12-24\";\"2023-01-08\";\"0\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Neujahr\";\"1\";\"2022-01-01\";\"2022-01-01\";\"2\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Berchtoldstag\";\"3\";\"2022-01-02\";\"2022-01-02\";\"2\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Karfreitag\";\"17\";\"2022-04-15\";\"2022-04-15\";\"2\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Ostern\";\"18\";\"2022-04-17\";\"2022-04-17\";\"4\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Ostermontag\";\"19\";\"2022-04-18\";\"2022-04-18\";\"2\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Auffahrt\";\"31\";\"2022-05-26\";\"2022-05-26\";\"2\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Pfingsten\";\"30\";\"2022-06-05\";\"2022-06-05\";\"4\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Pfingstmontag\";\"35\";\"2022-06-06\";\"2022-06-06\";\"2\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Nationalfeiertag Schweiz\";\"12\";\"2022-08-01\";\"2022-08-01\";\"2\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Bettagsmontag\";\"45\";\"2022-09-19\";\"2022-09-19\";\"2\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Weihnachten\";\"23\";\"2022-12-25\";\"2022-12-25\";\"2\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Winterferien\";\"705117\";\"2021-12-24\";\"2022-01-09\";\"0\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Sportferien\";\"705118\";\"2022-02-19\";\"2022-02-27\";\"0\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Osterferien\";\"705119\";\"2022-04-15\";\"2022-05-01\";\"0\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Auffahrtsferien\";\"705120\";\"2022-05-26\";\"2022-05-29\";\"0\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Pfingstmontag\";\"705121\";\"2022-06-06\";\"2022-06-06\";\"0\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Sommerferien\";\"705122\";\"2022-07-02\";\"2022-08-21\";\"0\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Bettagsmontag\";\"705123\";\"2022-09-19\";\"2022-09-19\";\"0\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Herbstferien\";\"705124\";\"2022-10-15\";\"2022-10-30\";\"0\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Winterferien\";\"705125\";\"2022-12-24\";\"2023-01-08\";\"0\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Neujahr\";\"1\";\"2022-01-01\";\"2022-01-01\";\"2\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Berchtoldstag\";\"3\";\"2022-01-02\";\"2022-01-02\";\"2\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Karfreitag\";\"17\";\"2022-04-15\";\"2022-04-15\";\"2\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Ostern\";\"18\";\"2022-04-17\";\"2022-04-17\";\"4\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Ostermontag\";\"19\";\"2022-04-18\";\"2022-04-18\";\"2\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Auffahrt\";\"31\";\"2022-05-26\";\"2022-05-26\";\"2\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Pfingsten\";\"30\";\"2022-06-05\";\"2022-06-05\";\"4\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Pfingstmontag\";\"35\";\"2022-06-06\";\"2022-06-06\";\"2\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Nationalfeiertag Schweiz\";\"12\";\"2022-08-01\";\"2022-08-01\";\"2\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Bettagsmontag\";\"45\";\"2022-09-19\";\"2022-09-19\";\"2\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Weihnachten\";\"23\";\"2022-12-25\";\"2022-12-25\";\"2\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Winterferien\";\"705117\";\"2021-12-24\";\"2022-01-09\";\"0\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Sportferien\";\"705118\";\"2022-02-19\";\"2022-02-27\";\"0\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Osterferien\";\"705119\";\"2022-04-15\";\"2022-05-01\";\"0\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Auffahrtsferien\";\"705120\";\"2022-05-26\";\"2022-05-29\";\"0\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Pfingstmontag\";\"705121\";\"2022-06-06\";\"2022-06-06\";\"0\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Sommerferien\";\"705122\";\"2022-07-02\";\"2022-08-21\";\"0\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Bettagsmontag\";\"705123\";\"2022-09-19\";\"2022-09-19\";\"0\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Herbstferien\";\"705124\";\"2022-10-15\";\"2022-10-30\";\"0\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Winterferien\";\"705125\";\"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"
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    },
                    "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 postcodes in Switzerland. ((JSON request)",
                "description": "**Data\/Country\/CH\/PLZ**<br>This API determines for all **postcodes in Switzerland** on which days of the year an official public holiday or school holidays take place. The data also contains the FSO municipality number.<br><br>⚠ **Attention:** Some postcodes are assigned to several municipalities, e.g. 91.8% of postcode 1033 is assigned to Cheseaux-sur-Lausanne, 7.8% to Lausanne and 0.4% to Crissier. Only the values for the municipality with the largest share are included in the data.<br><br> The required parameter is `api_key`. The parameter `year` 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"
                                    },
                                    "year": {
                                        "type": "integer",
                                        "minimum": 2000,
                                        "maximum": 2050
                                    },
                                    "class": {
                                        "type": "integer",
                                        "enum": [
                                            0,
                                            3,
                                            4,
                                            5
                                        ],
                                        "default": 4
                                    },
                                    "all_entities": {
                                        "type": "integer",
                                        "enum": [
                                            0,
                                            1
                                        ],
                                        "default": 0
                                    },
                                    "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"
                                ]
                            },
                            "example": {
                                "api_key": "YOUR_API_KEY",
                                "year": 2022,
                                "class": 4,
                                "all_entities": 0,
                                "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\/Country\/CH\/PLZ",
                                    "apiStatus": {
                                        "description": "active"
                                    },
                                    "date": "2025-02-27",
                                    "request": {
                                        "iso": "CH",
                                        "year": 2022,
                                        "class": "4",
                                        "charset": "utf-8",
                                        "format": "json",
                                        "date_format": "Y-m-d",
                                        "hl": "de"
                                    },
                                    "results": {
                                        "status": {
                                            "description": "ok"
                                        },
                                        "locations": [
                                            {
                                                "plz": "1000",
                                                "description": "Lausanne",
                                                "type": "Gemeinde",
                                                "geoId": "2425",
                                                "bfsNr": "5586",
                                                "iso": "CH",
                                                "iso-3166-2": "CH-VD",
                                                "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": "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": "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": "2",
                                                        "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": "Bettagsmontag",
                                                        "id": "45",
                                                        "dateStart": "2022-09-19",
                                                        "dateEnd": "2022-09-19",
                                                        "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": "Winterferien",
                                                        "id": "705117",
                                                        "dateStart": "2021-12-24",
                                                        "dateEnd": "2022-01-09",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sportferien",
                                                        "id": "705118",
                                                        "dateStart": "2022-02-19",
                                                        "dateEnd": "2022-02-27",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Osterferien",
                                                        "id": "705119",
                                                        "dateStart": "2022-04-15",
                                                        "dateEnd": "2022-05-01",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Auffahrtsferien",
                                                        "id": "705120",
                                                        "dateStart": "2022-05-26",
                                                        "dateEnd": "2022-05-29",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingstmontag",
                                                        "id": "705121",
                                                        "dateStart": "2022-06-06",
                                                        "dateEnd": "2022-06-06",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sommerferien",
                                                        "id": "705122",
                                                        "dateStart": "2022-07-02",
                                                        "dateEnd": "2022-08-21",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Bettagsmontag",
                                                        "id": "705123",
                                                        "dateStart": "2022-09-19",
                                                        "dateEnd": "2022-09-19",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Herbstferien",
                                                        "id": "705124",
                                                        "dateStart": "2022-10-15",
                                                        "dateEnd": "2022-10-30",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Winterferien",
                                                        "id": "705125",
                                                        "dateStart": "2022-12-24",
                                                        "dateEnd": "2023-01-08",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    }
                                                ]
                                            },
                                            {
                                                "plz": "1001",
                                                "description": "Lausanne",
                                                "type": "Gemeinde",
                                                "geoId": "2425",
                                                "bfsNr": "5586",
                                                "iso": "CH",
                                                "iso-3166-2": "CH-VD",
                                                "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": "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": "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": "2",
                                                        "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": "Bettagsmontag",
                                                        "id": "45",
                                                        "dateStart": "2022-09-19",
                                                        "dateEnd": "2022-09-19",
                                                        "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": "Winterferien",
                                                        "id": "705117",
                                                        "dateStart": "2021-12-24",
                                                        "dateEnd": "2022-01-09",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sportferien",
                                                        "id": "705118",
                                                        "dateStart": "2022-02-19",
                                                        "dateEnd": "2022-02-27",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Osterferien",
                                                        "id": "705119",
                                                        "dateStart": "2022-04-15",
                                                        "dateEnd": "2022-05-01",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Auffahrtsferien",
                                                        "id": "705120",
                                                        "dateStart": "2022-05-26",
                                                        "dateEnd": "2022-05-29",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingstmontag",
                                                        "id": "705121",
                                                        "dateStart": "2022-06-06",
                                                        "dateEnd": "2022-06-06",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sommerferien",
                                                        "id": "705122",
                                                        "dateStart": "2022-07-02",
                                                        "dateEnd": "2022-08-21",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Bettagsmontag",
                                                        "id": "705123",
                                                        "dateStart": "2022-09-19",
                                                        "dateEnd": "2022-09-19",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Herbstferien",
                                                        "id": "705124",
                                                        "dateStart": "2022-10-15",
                                                        "dateEnd": "2022-10-30",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Winterferien",
                                                        "id": "705125",
                                                        "dateStart": "2022-12-24",
                                                        "dateEnd": "2023-01-08",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    }
                                                ]
                                            },
                                            {
                                                "plz": "1002",
                                                "description": "Lausanne",
                                                "type": "Gemeinde",
                                                "geoId": "2425",
                                                "bfsNr": "5586",
                                                "iso": "CH",
                                                "iso-3166-2": "CH-VD",
                                                "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": "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": "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": "2",
                                                        "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": "Bettagsmontag",
                                                        "id": "45",
                                                        "dateStart": "2022-09-19",
                                                        "dateEnd": "2022-09-19",
                                                        "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": "Winterferien",
                                                        "id": "705117",
                                                        "dateStart": "2021-12-24",
                                                        "dateEnd": "2022-01-09",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sportferien",
                                                        "id": "705118",
                                                        "dateStart": "2022-02-19",
                                                        "dateEnd": "2022-02-27",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Osterferien",
                                                        "id": "705119",
                                                        "dateStart": "2022-04-15",
                                                        "dateEnd": "2022-05-01",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Auffahrtsferien",
                                                        "id": "705120",
                                                        "dateStart": "2022-05-26",
                                                        "dateEnd": "2022-05-29",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Pfingstmontag",
                                                        "id": "705121",
                                                        "dateStart": "2022-06-06",
                                                        "dateEnd": "2022-06-06",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Sommerferien",
                                                        "id": "705122",
                                                        "dateStart": "2022-07-02",
                                                        "dateEnd": "2022-08-21",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Bettagsmontag",
                                                        "id": "705123",
                                                        "dateStart": "2022-09-19",
                                                        "dateEnd": "2022-09-19",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Herbstferien",
                                                        "id": "705124",
                                                        "dateStart": "2022-10-15",
                                                        "dateEnd": "2022-10-30",
                                                        "class": "0",
                                                        "percent": "100",
                                                        "prov": "0",
                                                        "note": null
                                                    },
                                                    {
                                                        "description": "Winterferien",
                                                        "id": "705125",
                                                        "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\/Country\/CH\/PLZ<\/apiName>\r\n<date>2025-02-27<\/date>\r\n<request>\r\n<iso>CH<\/iso>\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<plz>1000<\/plz>\r\n<description>Lausanne<\/description>\r\n<type>Gemeinde<\/type>\r\n<geoId>2425<\/geoId>\r\n<bfsNr>5586<\/bfsNr>\r\n<iso>CH<\/iso>\r\n<iso-3166-2>CH-VD<\/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>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>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>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>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>Bettagsmontag<\/description>\r\n<id>45<\/id>\r\n<dateStart>2022-09-19<\/dateStart>\r\n<dateEnd>2022-09-19<\/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>Winterferien<\/description>\r\n<id>705117<\/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>705118<\/id>\r\n<dateStart>2022-02-19<\/dateStart>\r\n<dateEnd>2022-02-27<\/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>Osterferien<\/description>\r\n<id>705119<\/id>\r\n<dateStart>2022-04-15<\/dateStart>\r\n<dateEnd>2022-05-01<\/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>705120<\/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>705121<\/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>705122<\/id>\r\n<dateStart>2022-07-02<\/dateStart>\r\n<dateEnd>2022-08-21<\/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>Bettagsmontag<\/description>\r\n<id>705123<\/id>\r\n<dateStart>2022-09-19<\/dateStart>\r\n<dateEnd>2022-09-19<\/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>705124<\/id>\r\n<dateStart>2022-10-15<\/dateStart>\r\n<dateEnd>2022-10-30<\/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>Winterferien<\/description>\r\n<id>705125<\/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<plz>1001<\/plz>\r\n<description>Lausanne<\/description>\r\n<type>Gemeinde<\/type>\r\n<geoId>2425<\/geoId>\r\n<bfsNr>5586<\/bfsNr>\r\n<iso>CH<\/iso>\r\n<iso-3166-2>CH-VD<\/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>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>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>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>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>Bettagsmontag<\/description>\r\n<id>45<\/id>\r\n<dateStart>2022-09-19<\/dateStart>\r\n<dateEnd>2022-09-19<\/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>Winterferien<\/description>\r\n<id>705117<\/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>705118<\/id>\r\n<dateStart>2022-02-19<\/dateStart>\r\n<dateEnd>2022-02-27<\/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>Osterferien<\/description>\r\n<id>705119<\/id>\r\n<dateStart>2022-04-15<\/dateStart>\r\n<dateEnd>2022-05-01<\/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>705120<\/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>705121<\/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>705122<\/id>\r\n<dateStart>2022-07-02<\/dateStart>\r\n<dateEnd>2022-08-21<\/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>Bettagsmontag<\/description>\r\n<id>705123<\/id>\r\n<dateStart>2022-09-19<\/dateStart>\r\n<dateEnd>2022-09-19<\/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>705124<\/id>\r\n<dateStart>2022-10-15<\/dateStart>\r\n<dateEnd>2022-10-30<\/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>Winterferien<\/description>\r\n<id>705125<\/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<plz>1002<\/plz>\r\n<description>Lausanne<\/description>\r\n<type>Gemeinde<\/type>\r\n<geoId>2425<\/geoId>\r\n<bfsNr>5586<\/bfsNr>\r\n<iso>CH<\/iso>\r\n<iso-3166-2>CH-VD<\/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>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>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>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>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>Bettagsmontag<\/description>\r\n<id>45<\/id>\r\n<dateStart>2022-09-19<\/dateStart>\r\n<dateEnd>2022-09-19<\/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>Winterferien<\/description>\r\n<id>705117<\/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>705118<\/id>\r\n<dateStart>2022-02-19<\/dateStart>\r\n<dateEnd>2022-02-27<\/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>Osterferien<\/description>\r\n<id>705119<\/id>\r\n<dateStart>2022-04-15<\/dateStart>\r\n<dateEnd>2022-05-01<\/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>705120<\/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>705121<\/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>705122<\/id>\r\n<dateStart>2022-07-02<\/dateStart>\r\n<dateEnd>2022-08-21<\/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>Bettagsmontag<\/description>\r\n<id>705123<\/id>\r\n<dateStart>2022-09-19<\/dateStart>\r\n<dateEnd>2022-09-19<\/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>705124<\/id>\r\n<dateStart>2022-10-15<\/dateStart>\r\n<dateEnd>2022-10-30<\/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>Winterferien<\/description>\r\n<id>705125<\/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": "\"plz\";\"location\";\"geoId\";\"bfsNr\";\"iso\";\"iso_3166_2\";\"description\";\"id\";\"dateStart\";\"dateEnd\";\"class\";\"percent\";\"prov\";\"note\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Neujahr\";\"1\";\"2022-01-01\";\"2022-01-01\";\"2\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Berchtoldstag\";\"3\";\"2022-01-02\";\"2022-01-02\";\"2\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Karfreitag\";\"17\";\"2022-04-15\";\"2022-04-15\";\"2\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Ostern\";\"18\";\"2022-04-17\";\"2022-04-17\";\"4\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Ostermontag\";\"19\";\"2022-04-18\";\"2022-04-18\";\"2\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Auffahrt\";\"31\";\"2022-05-26\";\"2022-05-26\";\"2\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Pfingsten\";\"30\";\"2022-06-05\";\"2022-06-05\";\"4\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Pfingstmontag\";\"35\";\"2022-06-06\";\"2022-06-06\";\"2\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Nationalfeiertag Schweiz\";\"12\";\"2022-08-01\";\"2022-08-01\";\"2\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Bettagsmontag\";\"45\";\"2022-09-19\";\"2022-09-19\";\"2\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Weihnachten\";\"23\";\"2022-12-25\";\"2022-12-25\";\"2\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Winterferien\";\"705117\";\"2021-12-24\";\"2022-01-09\";\"0\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Sportferien\";\"705118\";\"2022-02-19\";\"2022-02-27\";\"0\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Osterferien\";\"705119\";\"2022-04-15\";\"2022-05-01\";\"0\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Auffahrtsferien\";\"705120\";\"2022-05-26\";\"2022-05-29\";\"0\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Pfingstmontag\";\"705121\";\"2022-06-06\";\"2022-06-06\";\"0\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Sommerferien\";\"705122\";\"2022-07-02\";\"2022-08-21\";\"0\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Bettagsmontag\";\"705123\";\"2022-09-19\";\"2022-09-19\";\"0\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Herbstferien\";\"705124\";\"2022-10-15\";\"2022-10-30\";\"0\";\"100\";\"0\";\"\"\r\n\"1000\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Winterferien\";\"705125\";\"2022-12-24\";\"2023-01-08\";\"0\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Neujahr\";\"1\";\"2022-01-01\";\"2022-01-01\";\"2\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Berchtoldstag\";\"3\";\"2022-01-02\";\"2022-01-02\";\"2\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Karfreitag\";\"17\";\"2022-04-15\";\"2022-04-15\";\"2\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Ostern\";\"18\";\"2022-04-17\";\"2022-04-17\";\"4\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Ostermontag\";\"19\";\"2022-04-18\";\"2022-04-18\";\"2\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Auffahrt\";\"31\";\"2022-05-26\";\"2022-05-26\";\"2\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Pfingsten\";\"30\";\"2022-06-05\";\"2022-06-05\";\"4\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Pfingstmontag\";\"35\";\"2022-06-06\";\"2022-06-06\";\"2\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Nationalfeiertag Schweiz\";\"12\";\"2022-08-01\";\"2022-08-01\";\"2\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Bettagsmontag\";\"45\";\"2022-09-19\";\"2022-09-19\";\"2\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Weihnachten\";\"23\";\"2022-12-25\";\"2022-12-25\";\"2\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Winterferien\";\"705117\";\"2021-12-24\";\"2022-01-09\";\"0\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Sportferien\";\"705118\";\"2022-02-19\";\"2022-02-27\";\"0\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Osterferien\";\"705119\";\"2022-04-15\";\"2022-05-01\";\"0\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Auffahrtsferien\";\"705120\";\"2022-05-26\";\"2022-05-29\";\"0\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Pfingstmontag\";\"705121\";\"2022-06-06\";\"2022-06-06\";\"0\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Sommerferien\";\"705122\";\"2022-07-02\";\"2022-08-21\";\"0\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Bettagsmontag\";\"705123\";\"2022-09-19\";\"2022-09-19\";\"0\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Herbstferien\";\"705124\";\"2022-10-15\";\"2022-10-30\";\"0\";\"100\";\"0\";\"\"\r\n\"1001\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Winterferien\";\"705125\";\"2022-12-24\";\"2023-01-08\";\"0\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Neujahr\";\"1\";\"2022-01-01\";\"2022-01-01\";\"2\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Berchtoldstag\";\"3\";\"2022-01-02\";\"2022-01-02\";\"2\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Karfreitag\";\"17\";\"2022-04-15\";\"2022-04-15\";\"2\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Ostern\";\"18\";\"2022-04-17\";\"2022-04-17\";\"4\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Ostermontag\";\"19\";\"2022-04-18\";\"2022-04-18\";\"2\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Auffahrt\";\"31\";\"2022-05-26\";\"2022-05-26\";\"2\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Pfingsten\";\"30\";\"2022-06-05\";\"2022-06-05\";\"4\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Pfingstmontag\";\"35\";\"2022-06-06\";\"2022-06-06\";\"2\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Nationalfeiertag Schweiz\";\"12\";\"2022-08-01\";\"2022-08-01\";\"2\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Bettagsmontag\";\"45\";\"2022-09-19\";\"2022-09-19\";\"2\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Weihnachten\";\"23\";\"2022-12-25\";\"2022-12-25\";\"2\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Winterferien\";\"705117\";\"2021-12-24\";\"2022-01-09\";\"0\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Sportferien\";\"705118\";\"2022-02-19\";\"2022-02-27\";\"0\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Osterferien\";\"705119\";\"2022-04-15\";\"2022-05-01\";\"0\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Auffahrtsferien\";\"705120\";\"2022-05-26\";\"2022-05-29\";\"0\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Pfingstmontag\";\"705121\";\"2022-06-06\";\"2022-06-06\";\"0\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Sommerferien\";\"705122\";\"2022-07-02\";\"2022-08-21\";\"0\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Bettagsmontag\";\"705123\";\"2022-09-19\";\"2022-09-19\";\"0\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Herbstferien\";\"705124\";\"2022-10-15\";\"2022-10-30\";\"0\";\"100\";\"0\";\"\"\r\n\"1002\";\"Lausanne\";\"2425\";\"5586\";\"CH\";\"CH-VD\";\"Winterferien\";\"705125\";\"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"
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    },
                    "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."
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}