About Us

Travelhackingtool is a set of API endpoints, which allows querying for aviation data such as IATA airports, airlines, airplanes and countries. It even comes with powerful features such as searching for airports in a particular distance.

Airports

Travelhackingtool contains detailed data such as locations and country about every airport. It contains data about all aviation platforms, including private and public airports, airstrips, helipads, seaports and much more. It’s possible to access all these through our convenient & free API. We know how hard it is to retrieve up to date and accurate information such as precise locations and that’s why we are doing all the hard working for you. By consuming our API you can rest assured, that you will always access the latest data.

We’ll provide you with the most important details about all airports. Simply search by an IATA code or query by a country code.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
[
{
    "code": "DFW",
    "icao": "KDFW",
    "name": "Dallas/Fort Worth International Airport",
    "latitude": 32.89746,
    "longitude": -97.036125,
    "elevation": 607,
    "url": "https://www.dfwairport.com/",
    "time_zone": "America/Chicago",
    "city_code": "DFW",
    "country": "US",
    "city": "Grapevine",
    "state": "Texas",
    "county": "Tarrant County"
}
]

Airlines

A complete list of all the airlines in the world. Used often in combination with other API solutions such as the airline alliances and routes. This API endpoint is a solid foundation for any travel hacking project. You can either query by IATA code or by the airline alliance. It’s possible to access all these through our convenient & free API.

We’ll provide you with the most important details about all airlines. Simply search by an IATA code or query by an airline alliance.

1
2
3
4
5
6
7
[
    {
        "code": "AA",
        "name": "American Airlines",
        "alliance": "OW"
    }
]

Airplanes

Not sure what all these cryptic airplane codes in the GDS mean? We’re here to help you. You can look up the full name through our convenient & free API.

We’ll provide you with the most important details about all airplanes. Simply search by an airplane code.

1
2
3
4
5
6
[
    {
        "name": "Boeing 787 Dreamliner (All Series) [B787/H] [Jet]",
        "code": "787"
    }
]

Countries

The country database contains all countries and regions in the world. It’s possible to access all country details through our convenient & free API.

We’ll provide you with the most important details about all countries and regions. Simply search by an ISO code.

1
2
3
4
5
6
7
[
    {
        "name": "Andorra",
        "code": "AD",
        "currency": "EUR"
    }
]

Data sources

We are proud to be a growing aviation data API provider! We gather our data from hundreds of official sources and partners. As the new information is gathered, adjustments are made both automatically and manually to make all the data available is accurate and up to date.

In case you spotted an error, or if we missed something, feel free to Contact Us.