aircraft_profiles

Get list of Aircraft Profiles

Get list of Aircraft Profile records. Used for flight calculations. All parameters are optional

get/v3/aircraft_profiles/

Query parameters

customboolean

Filter by custom. Custom aircraft profiles are the ones made on demand and private.

orderingstring[]

Order by id, name, aircraft_type_name, aircraft_class_name, manufacturer_name, aircraft_type_name, performance, is_custom

  • id - id
  • -id - id (descending)
  • name - Aircraft profile name
  • -name - Aircraft profile name (descending)
  • aircraft_type_name - Aircraft type name
  • -aircraft_type_name - Aircraft type name (descending)
  • aircraft_class_name - Aircraft class name
  • -aircraft_class_name - Aircraft class name (descending)
  • manufacturer_name - Manufacturer name
  • -manufacturer_name - Manufacturer name (descending)
  • performance - Performance
  • -performance - Performance (descending)
  • is_custom - Is custom
  • -is_custom - Is custom (descending)
pageinteger

A page number within the paginated result set.

performanceboolean

Filter by performance. If aircraft performance data is true then airway and great circle flight time calculations are available. Otherwise - only average_speed time.

search_aircraft_type_icaostring

Search by aircraft type ICAO code

search_aircraft_type_namestring

Search by aircraft type name

search_namestring

Search by aircraft profile name

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.