XML

IATA Airport Codes - XML

IATA Airport Codes are three-letter alphabetic codes used to identify airports worldwide, managed by the International Air Transport Association. They are widely used throughout the aviation industry for flight bookings, baggage tags, and flight information displays. Currently, thousands of airports including major international hubs have been assigned IATA codes, serving as the standard identifier for international air transportation.

IATA airport codes aviation International Air Transport Association airport identification air transport
<?xml version="1.0" encoding="UTF-8"?>
<items>
  <item>
    <code>HND</code>
    <slug>tokyo-haneda</slug>
    <name>Tokyo International Airport (Haneda Airport)</name>
    <description>Japan&apos;s busiest airport, primarily handling domestic flights from Tokyo.</description>
    <city>Tokyo</city>
    <country>Japan</country>
    <region>Asia</region>
  </item>
  <item>
    <code>NRT</code>
    <slug>narita-international</slug>
    <name>Narita International Airport</name>
    <description>An international airport in Chiba Prefecture serving as Tokyo&apos;s gateway for international flights.</description>
    <city>Narita</city>
    <country>Japan</country>
    <region>Asia</region>
  </item>
  <item>
    <code>KIX</code>
    <slug>kansai-international</slug>
    <name>Kansai International Airport</name>
    <description>An international airport for the Kansai region built on an artificial island in Osaka Bay.</description>
    <city>Izumisano</city>
    <country>Japan</country>
    <region>Asia</region>
  </item>
  <item>
    <code>JFK</code>
    <slug>john-f-kennedy</slug>
    <name>John F. Kennedy International Airport</name>
    <description>New York City&apos;s flagship international airport named after President John F. Kennedy.</description>
    <city>New York</city>
    <country>United States</country>
    <region>North America</region>
  </item>
  <item>
    <code>LAX</code>
    <slug>los-angeles-international</slug>
    <name>Los Angeles International Airport</name>
    <description>The largest airport on the US West Coast and a major hub for transpacific routes.</description>
    <city>Los Angeles</city>
    <country>United States</country>
    <region>North America</region>
  </item>
  <item>
    <code>ORD</code>
    <slug>ohare-international</slug>
    <name>O&apos;Hare International Airport</name>
    <description>Chicago&apos;s flagship airport and one of the world&apos;s major hub airports.</description>
    <city>Chicago</city>
    <country>United States</country>
    <region>North America</region>
  </item>
  <item>
    <code>LHR</code>
    <slug>london-heathrow</slug>
    <name>London Heathrow Airport</name>
    <description>The UK&apos;s largest airport and a major aviation hub in Europe.</description>
    <city>London</city>
    <country>United Kingdom</country>
    <region>Europe</region>
  </item>
  <item>
    <code>CDG</code>
    <slug>paris-charles-de-gaulle</slug>
    <name>Paris-Charles de Gaulle Airport</name>
    <description>France&apos;s largest airport and the hub for Air France.</description>
    <city>Paris</city>
    <country>France</country>
    <region>Europe</region>
  </item>
  <item>
    <code>FRA</code>
    <slug>frankfurt-am-main</slug>
    <name>Frankfurt am Main Airport</name>
    <description>Germany&apos;s largest airport and the headquarters of Lufthansa.</description>
    <city>Frankfurt</city>
    <country>Germany</country>
    <region>Europe</region>
  </item>
  <item>
    <code>AMS</code>
    <slug>amsterdam-schiphol</slug>
    <name>Amsterdam Airport Schiphol</name>
    <description>The Netherlands&apos; largest airport and the hub for KLM Royal Dutch Airlines.</description>
    <city>Amsterdam</city>
    <country>Netherlands</country>
    <region>Europe</region>
  </item>
  <item>
    <code>SIN</code>
    <slug>singapore-changi</slug>
    <name>Singapore Changi Airport</name>
    <description>One of the world&apos;s highest-rated airports and the hub for Singapore Airlines.</description>
    <city>Singapore</city>
    <country>Singapore</country>
    <region>Asia</region>
  </item>
  <item>
    <code>HKG</code>
    <slug>hong-kong-international</slug>
    <name>Hong Kong International Airport</name>
    <description>Hong Kong&apos;s main international airport and the hub for Cathay Pacific Airways.</description>
    <city>Hong Kong</city>
    <country>Hong Kong, China</country>
    <region>Asia</region>
  </item>
  <item>
    <code>ICN</code>
    <slug>incheon-international</slug>
    <name>Incheon International Airport</name>
    <description>Seoul&apos;s main international airport and the hub for Korean Air and Asiana Airlines.</description>
    <city>Incheon</city>
    <country>South Korea</country>
    <region>Asia</region>
  </item>
  <item>
    <code>DXB</code>
    <slug>dubai-international</slug>
    <name>Dubai International Airport</name>
    <description>The world&apos;s busiest international airport and the hub for Emirates.</description>
    <city>Dubai</city>
    <country>United Arab Emirates</country>
    <region>Middle East</region>
  </item>
  <item>
    <code>SYD</code>
    <slug>sydney-kingsford-smith</slug>
    <name>Sydney Kingsford Smith Airport</name>
    <description>Australia&apos;s largest airport and the hub for Qantas Airways.</description>
    <city>Sydney</city>
    <country>Australia</country>
    <region>Oceania</region>
  </item>
  <item>
    <code>YYZ</code>
    <slug>toronto-pearson</slug>
    <name>Toronto Pearson International Airport</name>
    <description>Canada&apos;s largest airport and the main hub for Air Canada.</description>
    <city>Toronto</city>
    <country>Canada</country>
    <region>North America</region>
  </item>
</items>