These docs are for v1.0. Click to read the latest docs for v2.0.

Plan a trip

Step 1 of 5

All trips have an origin and a destination. The API refers to these places with Place IDs. A Place ID is a long string of characters. They are used in the Karhoo system to uniquely represent locations. For instance Place ID: Eh5DaGFyaW5nIENyb3NzIFJvYWQsIExvbmRvbiwgVUs currently represents “Charing Cross Road, London, UK”.

To plan our trip, we will use the Locations API to find the Place IDs for both our origin and destination.

📘

Step 1 of 5

Try searching for "Buckingham Palace" and then "Arsenal Stadium" in the query box above

Make a note of the place_ids returned, they are needed for the next step.

Next step

Now let's request quotes for our trip.

Language
Credentials
Header
Click Try It! to start a request and see the response here!