Air Europa Flights API
Live Air Europa flight network & availability data: searchable airport directory, the destinations served from any origin, and a per-day availability calendar for any route — scraped in real time from Air Europa’s own booking backend. Unofficial; not affi
Air Europa Flights API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Airports | ||
| GET |
/v1/airports /v1/airports |
The full directory of airports Air Europa flies from. Filter by free-text `search` (IATA, city, name, country), `country` (ISO) or `zone`. Paginated. |
| Routes | ||
| GET |
/v1/routes/check /v1/routes/check |
Fast yes/no on whether Air Europa operates `origin`→`destination`, plus the route type and up to 10 upcoming bookable dates. |
| GET |
/v1/destinations /v1/destinations |
Every destination Air Europa serves from a given `origin` airport (its route network), including the route-length classification. Optional `search`/`country` filters and… |
| Availability | ||
| GET |
/v1/availability /v1/availability |
Scans Air Europa’s live schedule for a route and returns, per calendar day, whether a bookable flight is operated — across `months` months from `from` (default: today).… |
| System | ||
| GET |
/health /health |
Returns service health, the warm Akamai browser status, and the cache backend in use. |
| GET |
/v1/markets /v1/markets |
Air Europa points-of-sale (markets) with their default currency and languages. |
Air Europa Flights API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $10 / month | — |
|
| ULTRA | $45 / month | — |
|
| MEGA | $149 / month | — |
|