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

51      responses:
52        "200":
53          description: OK
54          content:
55            text/html:
56              schema:
70    get:
71      summary: Infos zu allen Bundesländern und angeschlossen Gebieten.
72      description: Rückgabe von Informationen zu einem Bundesland.
73      operationId: getAllBundeslandInfos
74      tags:
75        - bundesland
76      responses:
77        "200":
78          description: OK
79          content:
80            text/html:
81              schema:
91      responses:
92        "200":
93          description: OK
94          content:
95            text/html:
96              schema:
114      responses:
115        "200":
116          description: OK
117          content:
118            application/geo+json:
119              schema:
105        - bundesland
106      parameters:
107        - in: path
108          name: version
109          required: true
110          example: "20211130"
34        content:
35          application/x-www-form-urlencoded:
36            schema:
37              type: object
38              properties:
39                pgnr:
60        content:
61          application/x-www-form-urlencoded:
62            schema:
63              type: object
64              properties:
65                id:
169          items:
170            type: string
171          example: ["HE"]
172        NAME:
173          type: array
174          items:
174          items:
175            type: string
176          example: ["Hessen"]
177        AKTIV:
178          type: array
179          items:
179          items:
180            type: string
181          example: ["0"]
182        URL:
183          type: array
184          items:
184          items:
185            type: string
186          example: ["https://www.hochwasser-hessen.de/"]
187        KINFO:
188          type: array
189          items:
189          items:
190            type: string
191          example:
192            ["Zurzeit liegen keine Hochwassermitteilungen des HLNUG vor."]
193        WARN:
194          type: array
195          items:
196            type: string
197          example: ["-1"]
198        BERICHT:
199          type: array
200          items:
200          items:
201            type: string
202          example: ["0"]
203        ANZP:
204          type: array
205          items:
205          items:
206            type: string
207          example: ["119"]
208        ALLHW:
209          type: array
210          items:
210          items:
211            type: integer
212          example: [0]
213        ANZK1:
214          type: array
215          items:
215          items:
216            type: string
217          example: ["0"]
218        ANZK2:
219          type: array
220          items:
220          items:
221            type: string
222          example: ["0"]
223        ANZK3:
224          type: array
225          items:
225          items:
226            type: string
227          example: ["0"]
228        ANZK4:
229          type: array
230          items:
230          items:
231            type: string
232          example: ["0"]
233        ZPD:
234          type: array
235          items:
235          items:
236            type: string
237          example: ["heute, 12:45 Uhr"]
238        BA:
239          type: array
240          items:
240          items:
241            type: string
242          example: ["kurzinfo"]
243        LANDTYP:
244          type: array
245          items:
245          items:
246            type: string
247          example: ["bundesland"]
248
249    InfosBundeslaender:
250      type: object
254          items:
255            type: string
256          example:
257            [
258              "BW",
259              "BY",
285          items:
286            type: string
287          example:
288            [
289              "Baden-W\u00fcrttemberg",
290              "Bayern",
316          items:
317            type: string
318          example:
319            [
320              "0",
321              "0",
347          items:
348            type: string
349          example:
350            [
351              "https://www.hvz.baden-wuerttemberg.de",
352              "https://www.hnd.bayern.de",
378          items:
379            type: string
380          example:
381            [
382              "An den Fl\u00fcssen in Baden-W\u00fcrttemberg besteht derzeit keine \u00fcberregionale Hochwassergefahr. Hinweis: F\u00fcr lokale \u00dcberschwemmungen, wie sie z.B. durch \u00f6rtlich begrenzte Starkregen (Gewitter) auftreten, k\u00f6nnen keine Vorhersagen erstellt werden.",
383              "Zurzeit liegen kein Hochwasserlagebericht und keine Warnungen der Wasserwirtschafts\u00e4mter vor.",
409          items:
410            type: string
411          example:
412            [
413              "0",
414              "0",
440          items:
441            type: string
442          example:
443            [
444              "0",
445              "0",
472            type: string
473            nullable: true
474          example:
475            [
476              "170",
477              "241",
503          items:
504            type: integer
505          example:
506            [
507              0,
508              0,
535            type: string
536            nullable: true
537          example:
538            [
539              "0",
540              "0",
567            type: string
568            nullable: true
569          example:
570            [
571              "0",
572              "0",
599            type: string
600            nullable: true
601          example:
602            [
603              "0",
604              "0",
631            type: string
632            nullable: true
633          example:
634            [
635              "0",
636              "0",
662          items:
663            type: string
664          example:
665            [
666              "heute, 13:20 Uhr",
667              "heute, 13:24 Uhr",
693          items:
694            type: string
695          example:
696            [
697              "warnungen",
698              "warnungen",
724          items:
725            type: string
726          example:
727            [
728              "bundesland",
729              "bundesland",
759          items:
760            type: string
761          example: ["-1", "-1", "-1"]
762        LAT:
763          type: array
764          items:
764          items:
765            type: string
766          example: ["47.1601", "53.9014", "51.1248"]
767        LON:
768          type: array
769          items:
769          items:
770            type: string
771          example: ["7.5470", "9.8853", "10.1968"]
772        PGNR:
773          type: array
774          items:
774          items:
775            type: string
776          example: ["CH_2155", "SH_114289", "HE_41700105"]
777
778    BundeslandGeojson:
779      type: object
785          type: string
786          example: "bundesland"
787        fetures:
788          type: array
789          items:
790            type: object
30              schema:
31                $ref: "#/components/schemas/InfosPegel"
32      requestBody:
33        required: false
34        content:
35          application/x-www-form-urlencoded:
56              schema:
57                $ref: "#/components/schemas/InfosBundesland"
58      requestBody:
59        required: false
60        content:
61          application/x-www-form-urlencoded:
17paths:
18  /webservices/get_infospegel.php:
19    post:
20      summary: Infos zu einem Pegel.
21      description: Rückgabe von Informationen zu einem Pegelbetreiber.
22      operationId: getPegelInfosByPegelnummer
43
44  /webservices/get_infosbundesland.php:
45    post:
46      summary: Infos zu einem Bundesland.
47      description: Rückgabe von Informationen zu einem Bundesland.
48      operationId: getBundeslandInfosByBundesland
83
84  /webservices/get_lagepegel.php:
85    get:
86      summary: Lage der Pegel mit Pegelnummern
87      description: Rückgabe von allen Pegeln und deren Lage.
88      operationId: getAllLagePegel
17paths:
18  /webservices/get_infospegel.php:
19    post:
20      summary: Infos zu einem Pegel.
21      description: Rückgabe von Informationen zu einem Pegelbetreiber.
22      operationId: getPegelInfosByPegelnummer
43
44  /webservices/get_infosbundesland.php:
45    post:
46      summary: Infos zu einem Bundesland.
47      description: Rückgabe von Informationen zu einem Bundesland.
48      operationId: getBundeslandInfosByBundesland
83
84  /webservices/get_lagepegel.php:
85    get:
86      summary: Lage der Pegel mit Pegelnummern
87      description: Rückgabe von allen Pegeln und deren Lage.
88      operationId: getAllLagePegel
51      responses:
52        "200":
53          description: OK
54          content:
55            text/html:
56              schema:
70    get:
71      summary: Infos zu allen Bundesländern und angeschlossen Gebieten.
72      description: Rückgabe von Informationen zu einem Bundesland.
73      operationId: getAllBundeslandInfos
74      tags:
75        - bundesland
76      responses:
77        "200":
78          description: OK
79          content:
80            text/html:
81              schema:
91      responses:
92        "200":
93          description: OK
94          content:
95            text/html:
96              schema:
114      responses:
115        "200":
116          description: OK
117          content:
118            application/geo+json:
119              schema:
105        - bundesland
106      parameters:
107        - in: path
108          name: version
109          required: true
110          example: "20211130"
30              schema:
31                $ref: "#/components/schemas/InfosPegel"
32      requestBody:
33        required: false
34        content:
35          application/x-www-form-urlencoded:
56              schema:
57                $ref: "#/components/schemas/InfosBundesland"
58      requestBody:
59        required: false
60        content:
61          application/x-www-form-urlencoded:
34        content:
35          application/x-www-form-urlencoded:
36            schema:
37              type: object
38              properties:
39                pgnr:
60        content:
61          application/x-www-form-urlencoded:
62            schema:
63              type: object
64              properties:
65                id:
169          items:
170            type: string
171          example: ["HE"]
172        NAME:
173          type: array
174          items:
174          items:
175            type: string
176          example: ["Hessen"]
177        AKTIV:
178          type: array
179          items:
179          items:
180            type: string
181          example: ["0"]
182        URL:
183          type: array
184          items:
184          items:
185            type: string
186          example: ["https://www.hochwasser-hessen.de/"]
187        KINFO:
188          type: array
189          items:
189          items:
190            type: string
191          example:
192            ["Zurzeit liegen keine Hochwassermitteilungen des HLNUG vor."]
193        WARN:
194          type: array
195          items:
196            type: string
197          example: ["-1"]
198        BERICHT:
199          type: array
200          items:
200          items:
201            type: string
202          example: ["0"]
203        ANZP:
204          type: array
205          items:
205          items:
206            type: string
207          example: ["119"]
208        ALLHW:
209          type: array
210          items:
210          items:
211            type: integer
212          example: [0]
213        ANZK1:
214          type: array
215          items:
215          items:
216            type: string
217          example: ["0"]
218        ANZK2:
219          type: array
220          items:
220          items:
221            type: string
222          example: ["0"]
223        ANZK3:
224          type: array
225          items:
225          items:
226            type: string
227          example: ["0"]
228        ANZK4:
229          type: array
230          items:
230          items:
231            type: string
232          example: ["0"]
233        ZPD:
234          type: array
235          items:
235          items:
236            type: string
237          example: ["heute, 12:45 Uhr"]
238        BA:
239          type: array
240          items:
240          items:
241            type: string
242          example: ["kurzinfo"]
243        LANDTYP:
244          type: array
245          items:
245          items:
246            type: string
247          example: ["bundesland"]
248
249    InfosBundeslaender:
250      type: object
254          items:
255            type: string
256          example:
257            [
258              "BW",
259              "BY",
285          items:
286            type: string
287          example:
288            [
289              "Baden-W\u00fcrttemberg",
290              "Bayern",
316          items:
317            type: string
318          example:
319            [
320              "0",
321              "0",
347          items:
348            type: string
349          example:
350            [
351              "https://www.hvz.baden-wuerttemberg.de",
352              "https://www.hnd.bayern.de",
378          items:
379            type: string
380          example:
381            [
382              "An den Fl\u00fcssen in Baden-W\u00fcrttemberg besteht derzeit keine \u00fcberregionale Hochwassergefahr. Hinweis: F\u00fcr lokale \u00dcberschwemmungen, wie sie z.B. durch \u00f6rtlich begrenzte Starkregen (Gewitter) auftreten, k\u00f6nnen keine Vorhersagen erstellt werden.",
383              "Zurzeit liegen kein Hochwasserlagebericht und keine Warnungen der Wasserwirtschafts\u00e4mter vor.",
409          items:
410            type: string
411          example:
412            [
413              "0",
414              "0",
440          items:
441            type: string
442          example:
443            [
444              "0",
445              "0",
472            type: string
473            nullable: true
474          example:
475            [
476              "170",
477              "241",
503          items:
504            type: integer
505          example:
506            [
507              0,
508              0,
535            type: string
536            nullable: true
537          example:
538            [
539              "0",
540              "0",
567            type: string
568            nullable: true
569          example:
570            [
571              "0",
572              "0",
599            type: string
600            nullable: true
601          example:
602            [
603              "0",
604              "0",
631            type: string
632            nullable: true
633          example:
634            [
635              "0",
636              "0",
662          items:
663            type: string
664          example:
665            [
666              "heute, 13:20 Uhr",
667              "heute, 13:24 Uhr",
693          items:
694            type: string
695          example:
696            [
697              "warnungen",
698              "warnungen",
724          items:
725            type: string
726          example:
727            [
728              "bundesland",
729              "bundesland",
759          items:
760            type: string
761          example: ["-1", "-1", "-1"]
762        LAT:
763          type: array
764          items:
764          items:
765            type: string
766          example: ["47.1601", "53.9014", "51.1248"]
767        LON:
768          type: array
769          items:
769          items:
770            type: string
771          example: ["7.5470", "9.8853", "10.1968"]
772        PGNR:
773          type: array
774          items:
774          items:
775            type: string
776          example: ["CH_2155", "SH_114289", "HE_41700105"]
777
778    BundeslandGeojson:
779      type: object
785          type: string
786          example: "bundesland"
787        fetures:
788          type: array
789          items:
790            type: object