---
title: "Details zu einer Verkehrsmeldung"
method: GET
path: "/details/warning/{warningId}"
---

# Details zu einer Verkehrsmeldung

`GET /details/warning/{warningId}`

Gibt Details zu einer konkreten Verkehrsmeldung zurück.

## Path parameters

- `warningId` string, byte, required

## Response `200`

Success

- Warning
  - `extent` string — Rechteck (in WGS84-Koordinaten), das den betroffenen Streckenabschnitt umschließt.
  - `identifier` string, byte
  - `routeRecommendation` object[]
  - `coordinate` Coordinate — Beginn des betroffenen Streckenabschnitts (Koordinaten in WGS84). Identisch zu Point, jedoch sind rundungsbedingte Abweichungen möglich.
    - `lat` string
    - `long` string
  - `footer` string[]
  - `icon` string — Sinnbild, das die Art des Eintrags beschreibt. Größtenteils sind diese dem offiziellen Verkehrszeichenkatalog entnommen, teilweise allerdings mit abweichender Bedeutung und/oder nicht offiziellen Unternummern. Wo kein passendes Verkehrszeichen existiert, werden nicht-numerische Werte verwendet: <ul> <li>101: Gefahr</li> <li>123: Bauarbeiten</li> <li>250: Sperrung</li> <li>262-2: Max. 3,5t</li> <li>314-50: Park-/Rastplatz (Pkw/Lkw)</li> <li>314-50-2: Park-/Rastplatz (nur Pkw)</li> <li>448: Anschlussstelle gesperrt</li> <li>charging_plug_strong: Schnellladestation für E-Fahrzeuge</li> <li>warnkegel: Kurzzeitbaustelle</li> </ul>
  - `isBlocked` string
  - `description` string[]
  - `title` string
  - `point` string — Beginn des betroffenen Streckenabschnitts (Längengrad und Breitengrad in WGS84). Identisch zu Coordinate, jedoch sind rundungsbedingte Abweichungen möglich.
  - `display_type` 'ROADWORKS' | 'WEBCAM' | 'PARKING' | 'WARNING' | 'WEIGHT_LIMIT_35' | 'CLOSURE' | 'CLOSURE_ENTRY_EXIT' | 'STRONG_ELECTRIC_CHARGING_STATION' | 'SHORT_TERM_ROADWORKS' | 'ELECTRIC_CHARGING_STATION'
  - `lorryParkingFeatureIcons` LorryParkingFeatureIcon[]
    - `icon` string
    - `description` string
    - `style` string
  - `future` boolean
  - `subtitle` string
  - `startTimestamp` string, date-time

## Other responses

- `204` — Not found.
- `400` — Internal server error.
- `404` — Not found.

## Changes

- **2022-01-02** `a312b6bbed2a` — 2 breaking
  - for the `path` request parameter `warningId`, the type/format was changed from `string`/`base64` to `string`/`byte`
  - the `allOf[#/components/schemas/RoadEvent]/allOf[#/components/schemas/RoadItem]/identifier` response's property type/format changed from `string`/`base64` to `string`/`byte` for status `200`
- **2021-08-27** `520e08a90295` — 1 warning, 3 info
  - added the new `ELECTRIC_CHARGING_STATION` enum value to the `allOf[#/components/schemas/RoadEvent]/allOf[#/components/schemas/RoadItem]/display_type` response property for the response status `200`
  - added the non-success response with the status `400`
  - added the non-success response with the status `404`
  - added the success response with the status `204`
- **2021-08-26** `f8917532e1b8` — 1 breaking
  - the `allOf[#/components/schemas/RoadEvent]/allOf[#/components/schemas/RoadItem]/future` response's property type/format changed from `string`/`` to `boolean`/`` for status `200`
- **2021-08-26** `5686c366c2ac` — 2 breaking
  - the `allOf[#/components/schemas/RoadEvent]/allOf[#/components/schemas/RoadItem]/future` response's property type/format changed from `boolean`/`` to `string`/`` for status `200`
  - the `allOf[#/components/schemas/RoadEvent]/allOf[#/components/schemas/RoadItem]/isBlocked` response's property type/format changed from `boolean`/`` to `string`/`` for status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/bundesapi/apis/autobahn-app-api/changes/details/warning/:warningId/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-service-production.skmtc.workers.dev/v1/apis/bundesapi/autobahn-app-api/revisions/976e88d944cd/schema)
