TFDi Design Icon
TFDi Design
VA APIDataAirports

Get Airports

Get all the available departures and destinations

GET
/data/airports

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://loading/data/airports"
[
  {
    "id": 0,
    "code": "string",
    "name": "string",
    "latitude": -90,
    "longitude": -180
  }
]
{
  "message": "string"
}