Magidoc

Plan
Object

Fields

#

date

The time and date of travel. Format: Unix timestamp in milliseconds.

debugOutput

Non-null

Information about the timings for the plan generation

from

Non-null

The origin

itineraries

Non-null

A list of possible itineraries

messageEnums

[ String ]!
Non-null

A list of possible error messages as enum

messageStrings

[ String ]!
Non-null

A list of possible error messages in cleartext

nextDateTime

This will not be available after Match 2026.

nextPageCursor

Use the cursor to go to the next "page" of itineraries. Copy the cursor from the last response to the pageCursor query parameter and keep the original request as is. This will enable you to search for itineraries in the next search-window. The cursor based paging only support stepping to the next page, as it does not support jumping. This is only usable when public transportation mode(s) are included in the query.

prevDateTime

This will not be available after Match 2026.

previousPageCursor

Use the cursor to go to the previous "page" of itineraries. Copy the cursor from the last response to the pageCursor query parameter and keep the original request otherwise as is. This will enable you to search for itineraries in the previous search-window. The cursor based paging only support stepping to the previous page, as it does not support jumping. This is only usable when public transportation mode(s) are included in the query.

routingErrors

Non-null

A list of routing errors, and fields which caused them

searchWindowUsed

This is the searchWindow used by the raptor search. It is provided here for debugging purpousess.

The unit is seconds.

to

Non-null

The destination

Usages

#

References

#