airportsapi vs MTA
If you need a Transportation API that's easy to integrate, go with MTA.
airportsapi
Get name and website-URL for airports by ICAO code. Covered airports are mostly in Germany.
airportsapi
- Simple API key authentication
- HTTPS supported
MTA
- No authentication required
- HTTPS supported
- No CORS support
| Feature | airportsapi | MTA |
|---|---|---|
| Authentication | apiKey | None |
| HTTPS | Yes | Yes |
| CORS | Unknown | No |
When to use which?
MTA is the better choice for quick prototypes and hackathons since it requires no authentication.