Travel Hacking Tool
Travelhackingtool is a set of API endpoints, which allows to query for IATA airports, airlines, and countries. It even comes with powerful features such as searching for nearby airports or airports in a particular distance.
Travel Hacking Tool endpoints
| Method | Endpoint | Description |
|---|---|---|
| Airports | ||
| GET |
Get Airport Details /api/airports/{code}/ |
This endpoint returns the details such as name and location for a specified IATA airport. |
| GET |
Get Airport List /api/listairports/ |
Returns an up to date list of all IATA Airports in our database. |
| Airlines | ||
| GET |
Get Airline List /api/listairlines/ |
This endpoint returns a full list of airlines with their IATA code and full name. |
| GET |
Get Airline Details /api/airlines/{code}/ |
This endpoint returns the details for an airline based on an IATA code. |
| Countries | ||
| GET |
Get Country Details /api/countries/{code}/ |
This returns details for a country based on the country codes (ISO-3166). |
| GET |
Get Country List /api/listcountries/ |
This endpoint returns a list of country codes (ISO-3166). |
| Airplanes | ||
| GET |
Get Airplane Details /api/airplanes/{code}/ |
This endpoint returns a list of airplanes and other means of transportation to match GDS responses. |
| GET |
Get Airplane List /api/listairplanes/ |
This endpoint returns a list of all airplane types available in our database. |
| Alliances | ||
| GET |
Get Airline Alliance List /api/alliances/ |
This endpoint returns a list of airline alliances. |
| TimeZones | ||
| GET |
Get TimeZones /api/timezones |
Get TimeZones in Olsen Format with UTC offset and Daylight Savings Time (DST). |
Travel Hacking Tool pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA Recommended | $20 / month | — |
|
| MEGA | $50 / month | — |
|