Field reference for AirData API data
Capacity Fields
Field name | Description | Data type |
---|---|---|
arrival_month
|
Arrival Month | datetime |
pax
|
Sorted dictionary edge with country_code, pax count entries | edge(country_code, pax_count) |
flights
|
Sorted dictionary edge with country_code, total flights entries | edge(country_code, total_flights) |
routes
|
Sorted dictionary edge with country_code, total unique routes entries | edge(country_code, unique_routes_count) |
Capacity Parameters
Parameter name | Description | Data type |
---|---|---|
iata
|
The iata's arrival airport. If its passed more than one time, it aggregates results for all queried iatas | string |
arrival_date
|
Sets the date where capacity is returned | datetime |
months_ago
|
How many months ago since the mandatory arrival_date parameter will be retorned | integer |
Searches Fields
Field name | Description | Data type |
---|---|---|
arrival_month
|
Arrival Month | datetime |
advance_search
|
Sorted dictionary edge with country_code, avg advance search days entries | edge(country_code, avg_adv_search_days) |
stay_duration
|
Sorted dictionary edge with country_code, avg stay duration days entries | edge(country_code, avg_stay_duration_days) |
Searches Parameters
Parameter name | Description | Data type |
---|---|---|
iata
|
The iata's arrival airport. If its passed more than one time, it aggregates results for all queried iatas | string |
arrival_date
|
Sets the date where capacity is returned | datetime |
months_ago
|
How many months ago since the mandatory arrival_date parameter will be retorned | integer |
Bookings Fields
Field name | Description | Data type |
---|---|---|
arrival_month
|
Arrival Month | datetime |
advance_purchase
|
Sorted dictionary edge with country_code, avg advance purchase days entries | edge(country_code, avg_adv_purchase_days) |
stay_duration
|
Sorted dictionary edge with country_code, avg stay duration days entries | edge(country_code, avg_stay_duration_days) |
segments
|
Sorted dictionary edge with country_code, avg segment count entries | edge(country_code, avg_segment_count) |
Bookings Parameters
Parameter name | Description | Data type |
---|---|---|
iata
|
The iata's arrival airport. If its passed more than one time, it aggregates results for all queried iatas | string |
arrival_date
|
Sets the date where capacity is returned | datetime |
months_ago
|
How many months ago since the mandatory arrival_date parameter will be retorned | integer |
Flight Prices Fields
Field name | Description | Data type |
---|---|---|
arrival_month
|
Arrival Month | datetime |
avg_price
|
Sorted dictionary edge with country_code, avg price (€) entries | edge(country_code, avg_price) |
Flight Prices Parameters
Parameter name | Description | Data type |
---|---|---|
iata
|
The iata's arrival airport. If its passed more than one time, it aggregates results for all queried iatas | string |
arrival_date
|
Sets the date where capacity is returned | datetime |
months_ago
|
How many months ago since the mandatory arrival_date parameter will be retorned | integer |