VA APIDataAirports
Get Airports
Get all the available departures and destinations
curl -X GET "https://loading/data/airports"
[
{
"id": 0,
"code": "string",
"name": "string",
"latitude": -90,
"longitude": -180
}
]
{
"message": "string"
}