The mobile experience is still being developed. This may look/feel a bit odd for now.

10
11servers:
12  - url: https://feiertage-api.de/api/
13paths:
14  /:
15    get:
70components:
71  schemas:
72    Feiertag:
73      type: object
74      required:
75        - datum
20          in: query
21          description: Welches Jahr?
22          schema:
23            type: string
24            description: Creation date
25            example: "2021"
28          description: Welches Bundesland?
29          required: false
30          schema:
31            type: string
32            enum:
33              - NATIONAL
52          description: Nur Daten oder auch Hinweise?
53          required: false
54          schema:
55            type: integer
56      responses:
57        '200':
75        - datum
76      properties:
77        datum:
78          type: string
79        hinweis:
80          type: string
77        datum:
78          type: string
79        hinweis:
80          type: string
81    Feiertage:
82      type: object
13paths:
14  /:
15    get:
16      summary: Get Feiertage
17      operationId: getFeiertage
18      parameters:
13paths:
14  /:
15    get:
16      summary: Get Feiertage
17      operationId: getFeiertage
18      parameters:
70components:
71  schemas:
72    Feiertag:
73      type: object
74      required:
75        - datum
10
11servers:
12  - url: https://feiertage-api.de/api/
13paths:
14  /:
15    get:
20          in: query
21          description: Welches Jahr?
22          schema:
23            type: string
24            description: Creation date
25            example: "2021"
28          description: Welches Bundesland?
29          required: false
30          schema:
31            type: string
32            enum:
33              - NATIONAL
52          description: Nur Daten oder auch Hinweise?
53          required: false
54          schema:
55            type: integer
56      responses:
57        '200':
75        - datum
76      properties:
77        datum:
78          type: string
79        hinweis:
80          type: string
77        datum:
78          type: string
79        hinweis:
80          type: string
81    Feiertage:
82      type: object