post
https://sandbox.avinode.com/api/searches
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Availability Search Request Examples
In the first example the caller is looking for any available aircraft for a one way from ESSA to ESGG, for one passenger, departing from ESSA at 09:00 local time on Nov 30.
{
"segments": [
{
"startAirport": {
"icao": "ESSA"
},
"endAirport": {
"icao": "ESGG"
},
"dateTime": {
"date": "2023-01-01",
"time": "09:00",
"departure": true,
"local": true
},
"paxCount": "1"
}
]
}In the second example the caller is looking for mid-size or heavy jets for a round trip from EGGW to KTEB and back, for 7 passengers, arriving at KTEB at 11:00 UTC on Dec 13 and departing from KTEB the next day at 22:00 UTC. The caller is only looking for aircraft that can make the trip without fuel stops. The caller is requesting that prices are also converted to British Pounds.
{
"criteria": {
"requiredLift": [
{
"aircraftCategory": "Midsize jet"
},
{
"aircraftCategory": "Heavy jet"
}
],
"requiredPartnerships": ["My partnerships"],
"maxFuelStopsPerSegment": 0,
"maxInitialPositioningTimeMinutes": 120,
"minimumYearOfMake": 2001
},
"segments": [
{
"startAirport": {
"icao": "EGGW"
},
"endAirport": {
"icao": "KTEB"
},
"dateTime": {
"date": "2023-01-01",
"time": "11:00",
"departure": false,
"local": false
},
"paxCount": "7"
},
{
"startAirport": {
"icao": "KTEB"
},
"endAirport": {
"icao": "EGGW"
},
"dateTime": {
"date": "2023-01-02",
"time": "22:00",
"departure": true,
"local": false
},
"paxCount": "7"
}
],
"outputCurrencies": ["GBP"]
}Optional Query Params
When requesting any of the optional query params the response will also include this additional information.