search_empty_legs
Search Villiers' available empty-leg flights — heavily discounted, one-off private jet repositioning flights that are significantly cheaper than a full charter. Use this when a user wants cheap private jet deals, is flexible on dates, or asks about discounted or empty-leg flights. Optionally filter by origin, destination or region. Each result links to the specific flight to view and enquire.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 20, max 50) | |
| offset | No | Pagination offset (default 0). Call again with offset=next_offset from the previous response to page past the first `limit` results — see has_more/next_offset in the output. | |
| origin | No | Origin city / airport name / IATA / ICAO, e.g. London or LHR or EGLL. Optional — mirrors destination, filters strictly on the departure side. Useful for a 'departing near me' search. | |
| region | No | Region filter: europe / americas / asia / all. Optional. | |
| destination | No | Destination city / airport name / IATA / ICAO, e.g. Nice or NCE. Optional. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of empty legs returned | |
| offset | No | The offset this response was generated at | |
| summary | No | ||
| has_more | No | True if more results exist beyond this page | |
| next_step | No | ||
| empty_legs | No | ||
| next_offset | No | Offset to pass in the next call to continue paging; null when has_more is false | |
| total_available | No | Total matching empty legs available |