---
title: "Liste aktueller Verkehrsmeldungen"
method: GET
path: "/{roadId}/services/warning"
---

# Liste aktueller Verkehrsmeldungen

`GET /{roadId}/services/warning`

Gibt eine Liste der Verkehrsmeldungen zu einer Autobahn zurück.

## Path parameters

- `roadId` string, required

## Response `200`

Success

- Warnings
  - `warning` Warning[]
    - `extent` string
    - `identifier` string, base64
    - `routeRecommendation` object[]
    - `coordinate` Coordinate
      - `lat` string
      - `long` string
    - `footer` string[]
    - `icon` string
    - `isBlocked` string
    - `description` string[]
    - `title` string
    - `point` string
    - `display_type` 'ROADWORKS' | 'WEBCAM' | 'PARKING' | 'WARNING' | 'WEIGHT_LIMIT_35' | 'CLOSURE' | 'CLOSURE_ENTRY_EXIT' | 'STRONG_ELECTRIC_CHARGING_STATION' | 'SHORT_TERM_ROADWORKS'
    - `lorryParkingFeatureIcons` LorryParkingFeatureIcon[]
      - `icon` string
      - `description` string
      - `style` string
    - `future` string
    - `subtitle` string
    - `startTimestamp` string, date-time

## Changes

- **2021-08-26** `5686c366c2ac` — 2 breaking
  - the `warning/items/allOf[#/components/schemas/RoadEvent]/allOf[#/components/schemas/RoadItem]/future` response's property type changed from `boolean` to `string` for status `200`
  - the `warning/items/allOf[#/components/schemas/RoadEvent]/allOf[#/components/schemas/RoadItem]/isBlocked` response's property type changed from `boolean` to `string` for status `200`
- **2021-08-22** `498f5ef395ed` — 1 warning
  - added the new `SHORT_TERM_ROADWORKS` enum value to the `warning/items/allOf[#/components/schemas/RoadEvent]/allOf[#/components/schemas/RoadItem]/display_type` response property for the response status `200`
- **2021-07-25** `d9f341335131` — 3 breaking, 1 warning, 4 info
  - the `warning/items/allOf[#/components/schemas/RoadEvent]/allOf[#/components/schemas/RoadItem]/identifier` response's property format changed from `byte` to `base64` for status `200`
  - the `warning/items/allOf[#/components/schemas/RoadEvent]/allOf[#/components/schemas/RoadItem]/isBlocked` response's property type changed from `string` to `boolean` for status `200`
  - removed the success response with the status `204`
  - changed the pattern of the `path` request parameter `roadId` from `[A-Z][A-Za-z]*[1-9]([0-9]{1,3})?(\/[A-Z][A-Za-z]*[1-9]([0-9]{1,3})?)?` to `A[0-9]+(?:/?A[0-9]+)*`
  - …4 more

[Change history](https://skmtc.dev/bundesapi/apis/autobahn-app-api/changes/:roadId/services/warning/get.md)

---

[API](https://skmtc.dev/bundesapi/apis/autobahn-app-api.md) · [All operations](https://skmtc.dev/bundesapi/apis/autobahn-app-api/llms.txt) · [OpenAPI document](https://skmtc.dev/bundesapi/apis/autobahn-app-api/revisions/5686c366c2ac?raw)
