Content overview
Use the Rapid Flight Content API to translate industry standard IATA codes
Flight information provided in the Rapid Flight APIs is often represented using industry standard IATA codes. Use the Rapid Flight Content API to translate these codes to descriptive, traveler-friendly names.
Reference details
Airports
- Official IATA location identifiers for airports along with associated metadata including the city and associated metro code
- Localization available
- Filter using
airport_code(s) as query parameters in the request
[
{
"airport_code": "LHR",
"name": "Heathrow Airport (LHR)",
"airport_metro_code": "LON",
"city": "London",
"country_code": "GB"
}
]Airlines
- IATA-assigned airline designators and logos
- Localization available
- Filter using
airline_code(s) as query parameters in the request
[
{
"airline_code": "XX",
"name": "Example Airlines",
"links": {
"logo_square": {
"method": "GET",
"href": "https://a.travel-assets.com/air/airlines/xx_sq.svg"
}
}
}
]Equipment
- IATA Aircraft Type/Equipment Codes
- Filter using
equipment_code(s) as query parameters in the request
[
{
"equipment_code": "787",
"name": "Boeing 787"
}
]