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

Vehicle Attributes

Vehicle attributes

As part of the Vehicle array, Karhoo returns information on the vehicle:

AttributeValuesDescription
Child SeatTrue / FalseWhether or not it is possible to book a child seat (or whether it has been booked).
As of writing this documentation (01.01.2020) this attribute is NOT IN USE.
ElectricTrue / FalseWhether or not the vehicle is fully electric.
As of writing this documentation (01.01.2020) this attribute is NOT IN USE.
HybridTrue / FalseWhether or not the vehicle is hybrid electric vehicle.
As of writing this documentation (01.01.2020) this attribute is NOT IN USE.
Luggage capacity0 - 99Karhoo is displaying the minimum that the Fleet is able to guarantee. E.g. a VW Passat with 4 Passengers only has room for an additional 2 large suitcases.
Passenger capacity0 - 99see above

Below is an example of a Get booking details response

https://rest.sandbox.karhoo.com/v1/bookings/{id}
{...
"vehicle":{
  "attributes":{
    "child_seat":false
    "electric":false
    "hybrid":false
    "luggage_capacity":2
    "passenger_capacity":4
  }
  "description":"Blue Prius Toyota"
  "driver":{
...
}
"vehicle_class":"saloon"
"vehicle_license_plate":"EKEFTB"
}

Description:

This is the combination of model and make. Quality varies per Fleet. As of writing this documentation (01.01.2020) description is not localised.

Vehicle Licence Plate

The licence or number plate of the vehicle.

Do you always receive this information:

Attributes: Yes
Vehicle Class: Yes
Vehicle licence plate and description: In most cases, but can't be guaranteed.