Get list of Aircraft
Get list of Aircraft records. All parameters are optional
Query parameters
Filter by adult_critical_care
Multiple values may be separated by commas.
Multiple values may be separated by commas.
Multiple values may be separated by commas.
Filter by cabin_crew
Filter by company id
Filter by aircraft cycles (lte), cycles
Filter by entertainment_system
Filter by hot_meal
Filter by hours flown (lower than or equal)
Filter by ambulance
Filter by cargo
Filter by lavatory
Filter by luggage volume (lower than or equal), m3
Filter by medical_ramp
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)
A page number within the paginated result set.
Filter by pediatric_critical_care
Filter by pets_allowed
Filter by satellite_phone
Search by aircraft type, aircraft class, manufacturer, tail number, serial number, company name, country name, city name, home base ICAO code or local identifier
Filter by shower
Filter by smoking
Filter by wireless_internet
Response
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.