Get Flights

Get Flights

GET https://flights.roavhub.org/openapi/flights/get

This endpoint allows you to fetch all scheduled flights of your airline.

Headers

NameTypeDescription

authorization*

String

Authorization Key

[
    {
        "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
    }
]

Last updated