airportsapi
airportsapi
Get name and website-URL for airports by ICAO code.
No authentication required
Only supports lookup by ICAO code
Start by sending requests without authentication. Refer to the official documentation for request details and parameters.
Uptime · 30-day window
About this API
This API provides a straightforward way to retrieve airport names and their official website URLs using ICAO codes. It is designed for developers who need quick access to basic airport information without the complexity of authentication.
The API is useful in applications related to transportation, travel planning, or logistics where identifying airports by their ICAO codes is necessary. Since it requires no authentication, it allows for easy integration and rapid prototyping.
However, the API's scope is limited to returning only the airport name and website URL, making it suitable for simple use cases rather than comprehensive airport data needs.
What you can build
- 1Display airport name from ICAO code
- 2Retrieve airport website URL by ICAO code
- 3Validate ICAO airport codes in applications
- 4Integrate airport info into travel apps
Strengths & limitations
Strengths
- No authentication required
- Simple airport info lookup
- Supports ICAO code queries
Limitations
- Only supports lookup by ICAO code
- Limited to airport name and website URL
Example request
curl https://airport-web.appspot.com/api/docs/<endpoint>Getting started
Start by sending requests without authentication. Refer to the official documentation for request details and parameters.
FAQ
Do I need an API key to use this API?+
No, this API does not require any authentication or API key.
What data can I get from this API?+
You can retrieve the airport name and its official website URL by providing an ICAO code.
Is HTTPS required to access the API?+
The documentation does not specify, but using HTTPS is recommended for security.
Can I use this API directly from a browser?+
Yes, since no authentication is needed, it can be accessed directly from client-side code if CORS policies allow.
Technical details
- Auth type
- none
- Pricing
- free
- Protocols
- REST
- Response time
- 284 ms