Details einer Baustelle

Gibt Details zu einer konkreten Baustelle zurück.

get/details/roadworks/{roadworkId}

Path parameters

roadworkIdstring byte required
Example:Uk9BRFdPUktTX19tZG0ubndfXzAyLTgwMDAwIEQgNzEgMTkgMDkvS0xCV1JO

Response

Success

extentstring

Rechteck (in WGS84-Koordinaten), das den betroffenen Streckenabschnitt umschließt.

identifierstring byte
routeRecommendationobject[]
footerstring[]
iconstring

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>
isBlockedstring
descriptionstring[]
titlestring
pointstring

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'
futureboolean
subtitlestring
startTimestampstring date-time

Example response

{
  "extent": "10.728384054665147,54.00605746113356,10.775848767524598,54.09436740278899",
  "coordinate": {
    "lat": "54.006057",
    "long": "10.729057"
  },
  "footer": [
    "Beginn: 29.06.2021 09:00",
    "Ende: 28.11.2021 17:00",
    "",
    "Art der Maßnahme:Asphaltdeckenerneuerung",
    "Einschränkungen:Es steht nur 1 Fahrstreifen zur Verfügung.\n\nVollsperrung der AS Eutin Ostseite vom 17.07.2021 - 15.09.2021.\n\nVollsperrung der AS Scharbeutz Ostseite vom 16.09.2021 - 17.11.2021.",
    "Maximale Durchfahrsbreite: 3.25\n"
  ],
  "description": [
    "Beginn: 29.06.2021 09:00",
    "Ende: 28.11.2021 17:00",
    "",
    "Art der Maßnahme:Asphaltdeckenerneuerung",
    "Einschränkungen:Es steht nur 1 Fahrstreifen zur Verfügung.\n\nVollsperrung der AS Eutin Ostseite vom 17.07.2021 - 15.09.2021.\n\nVollsperrung der AS Scharbeutz Ostseite vom 16.09.2021 - 17.11.2021.",
    "Maximale Durchfahrsbreite: 3.25\n"
  ],
  "point": "10.729057,54.006057",
  "lorryParkingFeatureIcons": [
    {
      "icon": "almofont almo-picnic_facility",
      "description": "Picknickmöglichkeiten",
      "style": ""
    }
  ]
}

Changes

Changed in 8 of the 27 revisions of this API.634

    • for the path request parameter roadworkId, the type/format was changed from string/base64 to string/byte

      request-parameter-type-changed

    • the allOf[RoadEvent]/allOf[RoadItem]/identifier response's property type/format changed from string/base64 to string/byte for status 200

      response-property-type-changed

  • 520e08a9029513See the full diff
    • added the new ELECTRIC_CHARGING_STATION enum value to the allOf[RoadEvent]/allOf[RoadItem]/display_type response property for the response status 200

      response-property-enum-value-added

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the success response with the status 204

      response-success-status-added

    • the allOf[RoadEvent]/allOf[RoadItem]/future response's property type/format changed from string/ to boolean/ for status 200

      response-property-type-changed

    • the allOf[RoadEvent]/allOf[RoadItem]/future response's property type/format changed from boolean/ to string/ for status 200

      response-property-type-changed

    • the allOf[RoadEvent]/allOf[RoadItem]/isBlocked response's property type/format changed from boolean/ to string/ for status 200

      response-property-type-changed

    • deleted the path request parameter roadId

      request-parameter-removed

    • added the new SHORT_TERM_ROADWORKS enum value to the allOf[RoadEvent]/allOf[RoadItem]/display_type response property for the response status 200

      response-property-enum-value-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation