Car details
get_vehicleFull details of ONE rental car: photos, specs, rental conditions (deposit, km limit, fuel policy, minimum age, licence years, pets, cancellation) and busy_ranges — the dates already taken over the next six months. Use busy_ranges to propose alternative dates instead of telling the traveller the car is unavailable.
CARS ON HOTELSCASA: every car belongs to a private owner, not to a rental company. The traveller pays the owner directly for the rental; HotelsCasa only charges its platform service fee. Cars marked instant:true are confirmed immediately; the rest are confirmed by the owner, who replies personally.
PRICE: price_day is the daily rate and total_eur the rental for the whole period. A car with price_day:null has NOT published a rate — that is normal and common, never call it unavailable or say the data is missing. Present it with its price_note and send the traveller to the booking_link to ask the owner.
GOLDEN LINK RULE: every car you present MUST include its booking_link verbatim, as a clickable link — never omit it, shorten it or strip its parameters. It is the only way the traveller can proceed.
NEVER invent or reveal a phone number, an address or a licence plate: they are not in the data and are only shared through the booking flow. Coordinates are approximate on purpose (~200 m) — use them for "3 km from the centre", never as a pickup address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Language of the answer: es, en, de, fr, it, pt, tr or ru. Default es. | |
| vehicle_id | Yes | The vehicle_id returned by search_vehicles. | |
| pickup_date | No | YYYY-MM-DD. | |
| return_date | No | YYYY-MM-DD. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| days | No | ||
| fuel | No | ||
| make | No | ||
| name | No | ||
| class | No | ||
| error | No | ||
| model | No | ||
| seats | No | ||
| photos | No | ||
| country | No | ||
| instant | No | ||
| message | No | ||
| available | No | ||
| price_day | No | ||
| total_eur | No | ||
| conditions | No | ||
| price_note | No | ||
| vehicle_id | No | ||
| busy_ranges | No | ||
| description | No | ||
| booking_link | No | ||
| transmission | No | ||
| thumbnail_url | No |