This endpoint allows you to fetch all scheduled flights of your airline.
[
{
"airlinename": "RoAviation Hub Testing",
"date": "2022-02-20T01:00:00.000Z",
"backend": {
"urlname": "roavhubtesting",
"serverid": "838832445787734027",
"serverlogo": "https://cdn.discordapp.com/icons/838832445787734027/037ba0e88764ef34ff514a54b5e45a13.webp"
},
"details": {
"flightnumber": "RHT2839",
"aircraft": "A320",
"departure": "Zurich",
"arrival": "New York",
"robloxgame": "https://roblox.com/123"
},
"roavhubping": false
}
]
{ "status": "400", "message": "Missing Authorization Key" }
or
{ "status": "400", "message": "This airline has no scheduled flights" }
{ "status": "401", "message": "Unauthorized" }
{ "status": "500", "message": "Internal Server Error" }