Flights
List Flights
Path Parameters
Parameter
Type
Description
Example
GET /flights/load/page:1/from:2025-01-01/to:2025-03-31/aircraft:/pilot:/base:/flight_type:/.jsonResponse
{
"flights": [
{
"Flight": {
"id": "5678",
"date": "2025-03-10",
"draft": false,
"callsign": "EC-ABC",
"departure_airport": "LEMD",
"landing_airport": "LEBL",
"offblocks_time": "08:00:00",
"takeoff_time": "08:15:00",
"landing_time": "09:15:00",
"onblocks_time": "09:25:00",
"block_time": "5100",
"flight_time": "3600",
"rules": "VFR"
},
"Base": {
"id": "5",
"name": "Madrid Base"
},
"Aircraft": {
"id": "45",
"registration": "EC-ABC",
"multiengine": false,
"multipilot": false,
"simulator": false,
"AircraftModel": {
"name": "C172",
"icao": "C172",
"AircraftManufacturer": { "name": "Cessna" }
}
},
"FlightType": {
"id": "1",
"name": "Training",
"color": "#3498db"
},
"Pic": {
"id": "123",
"user_group_id": "110",
"UserDetail": {
"name": "John",
"surname": "Doe",
"id": "123"
}
},
"Sic": null
}
],
"paginate": {
"page": 1,
"current": 1,
"count": 156,
"prevPage": false,
"nextPage": true,
"pageCount": 7,
"limit": 25
},
"time": "1.23"
}Pagination
Field
Type
Description
Time Fields
View Flight
Path Parameters
Parameter
Type
Description
Response
Permission Flags
Field
Type
Description
Cancel Flight
Request Body
Field
Type
Required
Description
Export Flights (XLS)
Flight Types
Response
Bases
Response
Last updated