aircraft

Get list of Aircraft

Get list of Aircraft records. All parameters are optional

get/v3/charter_aircraft/

Query parameters

adult_critical_careboolean

Filter by adult_critical_care

aircraft_class_id_innumber[]

Multiple values may be separated by commas.

aircraft_type_id_innumber[]

Multiple values may be separated by commas.

base_airport_country_iso_instring[]

Multiple values may be separated by commas.

cabin_crewboolean

Filter by cabin_crew

company_id_innumber[]

Filter by company id

cycles_lteinteger

Filter by aircraft cycles (lte), cycles

entertainment_systemboolean

Filter by entertainment_system

hot_mealboolean

Filter by hot_meal

hours_flown_lteinteger

Filter by hours flown (lower than or equal)

is_ambulanceboolean

Filter by ambulance

is_cargoboolean

Filter by cargo

lavatoryboolean

Filter by lavatory

luggage_volume_gtenumber

Filter by luggage volume (lower than or equal), m3

medical_rampboolean

Filter by medical_ramp

orderingstring[]

Order by fields: id, passengers_max, year_of_production, aircraft_type, aircraft_class, manufacturer name. Default ordering is by id descending(-id)

  • id - id
  • -id - id (descending)
  • passengers_max - Passengers max
  • -passengers_max - Passengers max (descending)
  • year_of_production - Year of production
  • -year_of_production - Year of production (descending)
  • aircraft_type - Aircraft type
  • -aircraft_type - Aircraft type (descending)
  • aircraft_class - Aircraft class
  • -aircraft_class - Aircraft class (descending)
  • manufacturer - Manufacturer
  • -manufacturer - Manufacturer (descending)
pageinteger

A page number within the paginated result set.

passengers_max_gteinteger
pediatric_critical_careboolean

Filter by pediatric_critical_care

pets_allowedboolean

Filter by pets_allowed

refurbished_year_gteinteger
satellite_phoneboolean

Filter by satellite_phone

searchstring

Search by aircraft type, aircraft class, manufacturer, tail number, serial number, company name, country name, city name, home base ICAO code or local identifier

showerboolean

Filter by shower

sleeping_places_gteinteger
smokingboolean

Filter by smoking

wireless_internetboolean

Filter by wireless_internet

year_of_production_maxinteger nullable
year_of_production_mininteger nullable

Response

countinteger
nextstring uri nullable
previousstring uri nullable
per_pageinteger

Example response

{
  "count": 123,
  "next": "http://api.example.org/example_page/?page=4",
  "previous": "http://api.example.org/example_page/?page=2",
  "per_page": 20
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.