airportsapi vs Qunar (去哪儿)
Both are solid Transportation APIs. Choose based on your specific requirements.
airportsapi
Get name and website-URL for airports by ICAO code. Covered airports are mostly in Germany.
Qunar (去哪儿)
Major Chinese travel platform — flights, hotels, travel packages
airportsapi
- Simple API key authentication
- HTTPS supported
Qunar (去哪儿)
- No authentication required
- No HTTPS support
| Feature | airportsapi | Qunar (去哪儿) |
|---|---|---|
| Authentication | apiKey | None |
| HTTPS | Yes | No |
| CORS | Unknown | Unknown |
When to use which?
Qunar (去哪儿) is the better choice for quick prototypes and hackathons since it requires no authentication. airportsapi supports HTTPS, which is required for production deployments and secure data handling.