Schemas
Copy Page
Airports API v2
All airports
GET
Airport(s) by country code.
GET
Nearest airport(s) by geo coordinates.
GET
Nearest airport(s) by airport id.
GET
Airport by id.
GET
Schemas
Schemas
AirportDetailsDto
AirportDto
AirportDtoArray
BadRequestResponse
Country
GeoCoordinates
InternalServerErrorResponse
Link
NearestAirportDto
NearestAirportDtoArray
Schemas
Copy Page
GeoCoordinates
{
"latitude"
:
0
,
"longitude"
:
0
}