Quick start guide
Introduction
The Car Hire Indicative API returns the estimated prices for given travel dates and location per day.
Sample requests and responses
/create
curl --request POST 'https://partners.api.skyscanner.net/apiservices/v1/carhire/indicative/search' --header 'x-api-key: your-api-key' --data '{ "query": { "market": "UK", "locale": "en-GB", "currency": "GBP", "pickUpDate": {"year": 2024, "month": 8, "day": 1}, "dropOffDate": {"year": 2024, "month": 8, "day": 31}, "dateTimeGroupingType": "DATE_TIME_GROUPING_TYPE_BY_WEEK", "pickUpDropOffLocationEntityId": "27548283"} }'
API documentation
For more information please see car hire indicative prices API documentation