Liste aktueller Baustellen

Gibt eine Liste der aktuellen Baustellen zu einer Autobahn zurück.

get/{roadId}/services/roadworks

Path parameters

roadIdstring required

Kann jede gültige Straßenbezeichnung sein (nicht auf Autobahnen beschränkt). Die Gültigkeit wird nicht überprüft: Abfragen mit nicht existierenden Straßenbezeichnungen liefern einen leeren Datensatz zurück. Die Schreibweise kann von der sonst üblichen Form abweichen (z.B. S1234 statt St1234 für Staatsstraßen).

Example:A1

Response

Success

Example response

{
  "roadworks": [
    {
      "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 11 of the 27 revisions of this API.888

    • changed the pattern of the path request parameter roadId from A[1-9]([0-9]{1,3})?(\/A[1-9]{1,3})? to [A-Z][A-Za-z]*[1-9]([0-9]{1,3})?(\/[A-Z][A-Za-z]*[1-9]([0-9]{1,3})?)?

      request-parameter-pattern-changed

    • 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[1-9]([0-9]{1,3})?(\/A[1-9]{1,3})?

      request-parameter-pattern-changed

    • changed the pattern of the path request parameter roadId from A[1-9]([0-9]{1,3})?(\/A[1-9]{1,3})? to [A-Z][A-Za-z]*[1-9]([0-9]{1,3})?(\/[A-Z][A-Za-z]*[1-9]([0-9]{1,3})?)?

      request-parameter-pattern-changed

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

      response-property-type-changed

    • changed the pattern of the path request parameter roadId from A[1-9]([0-9]{1,3})?(/A[1-9]{1,3})? to A[1-9]([0-9]{1,3})?(\/A[1-9]{1,3})?

      request-parameter-pattern-changed

  • 520e08a90295123See the full diff
    • removed the media type for the response with the status 200

      response-media-type-removed

    • changed the pattern of the path request parameter roadId from A[0-9]+(?:/?A[0-9]+)* to A[1-9]([0-9]{1,3})?(/A[1-9]{1,3})?

      request-parameter-pattern-changed

    • added the new ELECTRIC_CHARGING_STATION enum value to the roadworks/items/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

    • added the media type for the response with the status 200

      response-media-type-added

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

      response-property-type-changed

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

      response-property-type-changed

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

      response-property-type-changed

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

      response-property-enum-value-added