Airport by id.
GET
/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.transavia.com/v2/airports/'
Response Response Example
200 - Example 1
{
"city": "string",
"country": {
"code": "string",
"name": "string"
},
"geoCoordinates": {
"latitude": 0,
"longitude": 0
},
"id": "string",
"inboundRoutes": {
"href": "string"
},
"name": "string",
"outboundRoutes": {
"href": "string"
}
}
Request
Path Params
id
string
required
Responses
Modified at 2023-08-15 05:48:08