Changes to Given an area frame (box defined by the top-right and bottom-left corners), it returns all routes and their respective shapes that operate within this area. Routes are filtered by zoom level. On low zoom levels, only long distance trains will be shown while on high zoom levels, also metros, buses and trams will be returned.

GET /api/experimental/map/routes

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 7 of the 52 revisions of this API.16454

  1. dbfe4b7f2bab2
  2. a2ab90068a351
  3. f808465a02ed1
  4. a3620bf004a31
  5. 59a65fcef5d914422
  6. 6775a2d6764d1
  7. b7bf68a0d6f31

What changed

    • added the new HGV enum value to the routes/items/mode response property for the response status 200

      response-property-enum-value-added

    • added the new HGV enum value to the stops/items/modes/items/ response property for the response status 200

      response-property-enum-value-added

    • added the optional property stops/items/stopCode to the response with the 200 status

      response-optional-property-added

    • added the new SPECIAL_EVENT enum value to the stops/items/alerts/items/cause response property for the response status 200

      response-property-enum-value-added

    • the response property stops/items/level became optional for the status 200

      response-property-became-optional

  • 59a65fcef5d914422See the full diff
    • the routes/items/segments/items/from response's property type/format changed from object/ to integer/ for status 200

      response-property-type-changed

    • the routes/items/segments/items/polyline response's property type/format changed from object/ to integer/ for status 200

      response-property-type-changed

    • the routes/items/segments/items/to response's property type/format changed from object/ to integer/ for status 200

      response-property-type-changed

    • removed the required property routes/items/segments/items/from/lat from the response with the 200 status

      response-required-property-removed

    • removed the required property routes/items/segments/items/from/level from the response with the 200 status

      response-required-property-removed

    • removed the required property routes/items/segments/items/from/lon from the response with the 200 status

      response-required-property-removed

    • removed the required property routes/items/segments/items/from/name from the response with the 200 status

      response-required-property-removed

    • removed the required property routes/items/segments/items/polyline/length from the response with the 200 status

      response-required-property-removed

    • removed the required property routes/items/segments/items/polyline/points from the response with the 200 status

      response-required-property-removed

    • removed the required property routes/items/segments/items/polyline/precision from the response with the 200 status

      response-required-property-removed

    • removed the required property routes/items/segments/items/to/lat from the response with the 200 status

      response-required-property-removed

    • removed the required property routes/items/segments/items/to/level from the response with the 200 status

      response-required-property-removed

    • removed the required property routes/items/segments/items/to/lon from the response with the 200 status

      response-required-property-removed

    • removed the required property routes/items/segments/items/to/name from the response with the 200 status

      response-required-property-removed

    • removed the optional property routes/items/segments/items/from/alerts from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/from/arrival from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/from/cancelled from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/from/departure from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/from/description from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/from/dropoffType from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/from/flex from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/from/flexEndPickupDropOffWindow from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/from/flexId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/from/flexStartPickupDropOffWindow from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/from/importance from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/from/modes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/from/parentId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/from/pickupType from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/from/scheduledArrival from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/from/scheduledDeparture from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/from/scheduledTrack from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/from/stopId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/from/track from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/from/tz from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/from/vertexType from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/to/alerts from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/to/arrival from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/to/cancelled from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/to/departure from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/to/description from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/to/dropoffType from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/to/flex from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/to/flexEndPickupDropOffWindow from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/to/flexId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/to/flexStartPickupDropOffWindow from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/to/importance from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/to/modes from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/to/parentId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/to/pickupType from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/to/scheduledArrival from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/to/scheduledDeparture from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/to/scheduledTrack from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/to/stopId from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/to/track from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/to/tz from the response with the 200 status

      response-optional-property-removed

    • removed the optional property routes/items/segments/items/to/vertexType from the response with the 200 status

      response-optional-property-removed

    • added the required property polylines to the response with the 200 status

      response-required-property-added

    • added the required property stops to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 30 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog