# Aircraft Access comprehensive aircraft and fleet information. These endpoints enable partners to retrieve aircraft data including status, specifications, and operational details. **Business Value** - Retrieve complete fleet information with active and inactive aircraft. - Support fleet management and operational planning with detailed aircraft data. - Access aircraft specifications including capacity, category, and home base information.
**Use Cases** - Retrieve fleet data for operational planning and scheduling. - Integrate aircraft information into external systems for maintenance and logistics. - Monitor aircraft status and availability across the fleet. - Build fleet management dashboards with paginated results. ## Get fleet data - [GET /api/v2/aircraft](https://developer.fl3xx.com/reference/v2/aircraft/getfleet.md): Retrieve aircraft fleet data with pagination capabilities. This endpoint provides access to comprehensive aircraft information including status, specifications, and operational details for both active and inactive aircraft. Features: - Returns both active and inactive aircraft in the fleet - Paginated results with configurable limit (10-50) and offset - Default sorting by updated date and time (descending) - Returns complete aircraft details including home base airport information Response Data: - Aircraft identification (ID, tail number, name) - Operational details (type of use, status, number of seats) - Aircraft category (e.g., HEAVY_JET, LIGHT_JET, HELICOPTER) - Home base airport information (ICAO, IATA, FAA codes, name, local identifier, AID) - Timestamps (creation and last update dates) - Additional notes and metadata Example Use Case: An operations manager needs to retrieve the complete fleet list to plan aircraft assignments and monitor aircraft status across the organization. The endpoint returns paginated results with detailed airport information for each aircraft's home base.