Liste aktueller Baustellen
Gibt eine Liste der aktuellen Baustellen zu einer Autobahn zurück.
Path parameters
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).
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
pathrequest parameterroadIdfromA[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
pathrequest parameterroadIdfrom[A-Z][A-Za-z]*[1-9]([0-9]{1,3})?(\/[A-Z][A-Za-z]*[1-9]([0-9]{1,3})?)?toA[1-9]([0-9]{1,3})?(\/A[1-9]{1,3})?request-parameter-pattern-changed
- ●
- ●
changed the pattern of the
pathrequest parameterroadIdfromA[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]/identifierresponse's property type/format changed fromstring/base64tostring/bytefor status200response-property-type-changed
- ▲
- ●
changed the pattern of the
pathrequest parameterroadIdfromA[1-9]([0-9]{1,3})?(/A[1-9]{1,3})?toA[1-9]([0-9]{1,3})?(\/A[1-9]{1,3})?request-parameter-pattern-changed
- ●
- ▲
removed the media type
for the response with the status200response-media-type-removed
- ●
changed the pattern of the
pathrequest parameterroadIdfromA[0-9]+(?:/?A[0-9]+)*toA[1-9]([0-9]{1,3})?(/A[1-9]{1,3})?request-parameter-pattern-changed
- ●
added the new
ELECTRIC_CHARGING_STATIONenum value to theroadworks/items/allOf[RoadEvent]/allOf[RoadItem]/display_typeresponse property for the response status200response-property-enum-value-added
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the success response with the status
204response-success-status-added
- ▲
- ○
added the media type
for the response with the status200response-media-type-added
- ○
- ▲
the
roadworks/items/allOf[RoadEvent]/allOf[RoadItem]/futureresponse's property type/format changed fromstring/toboolean/for status200response-property-type-changed
- ▲
- ▲
the
roadworks/items/allOf[RoadEvent]/allOf[RoadItem]/futureresponse's property type/format changed fromboolean/tostring/for status200response-property-type-changed
- ▲
the
roadworks/items/allOf[RoadEvent]/allOf[RoadItem]/isBlockedresponse's property type/format changed fromboolean/tostring/for status200response-property-type-changed
- ▲
- ●
added the new
SHORT_TERM_ROADWORKSenum value to theroadworks/items/allOf[RoadEvent]/allOf[RoadItem]/display_typeresponse property for the response status200response-property-enum-value-added
- ●