Wayfinder staging endpoints
The Wayfinder API allows searching for multimodal travel solutions. It is designed to have predictable, resource-oriented URLs and to use HTTP response codes to indicate API errors. JSON will be returned in all responses from the API, including errors.
Wayfinder staging endpoints endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
locations /locations |
Retrieve data about a location including the region, area and the country. The data can be localized using the 'Accept-Language' header (Available languages: 'en', 'it', 'de'.… |
| GET |
/trips /trips |
Retrieve raw trip solutions between to locations for a single transport type departing/arriving within 'distance' kilometers from the coordinates specified. Latitude and… |
| GET |
transporttypes /transporttypes |
Returns a list of all transport types available for a search request |
| POST |
travels /travels |
Create a search request task. The request contains details of the departure and arrival location, departure date, travelers type and, optionally, a subset of transport types to… |
| GET |
/travelsolution/{id} /travelsolution/{id} |
Retrieve a single travel solution given its unique 'id'. The list of travel solutions and ther ids are returned by polling the search result endpoint. The data can be localized… |
| GET |
/travels/{id} /travels/{id} |
The client should poll this endpoint several times until the search task is complete. This can take from a few seconds to over a minute, depending on the transport means involded… |
Wayfinder staging endpoints pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|