# Wego Flights API

**Canonical:** https://apis.io/apis/wego/wego-flights-api/  
**Provider:** Wego — https://apis.io/providers/wego/  
**Base URL:** https://api.wego.com  
**Documentation:** https://docs.wego.com/api

Wego Flights API is one of 10 APIs that [Wego](https://apis.io/providers/wego/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification. Tagged areas include Flights. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, authentication docs, and rate-limit docs.

The flight funnel: `createFlightSearch` starts an async search, `getFlightSearchResults` reads ranked snapshots while providers answer, `getFlightTrip` opens one trip with every fare. Fares with `kind: "wego"` continue into `getFareOptions` and `getFareBookingLink`; airline and partner fares carry their own handoff URL instead. Ids expire; a `404` means search again. `getFlightSchedules` sits outside the funnel – a published timetable with no prices and no search to settle.

## Operations (8)

| Method | Path | Summary |
|---|---|---|
| POST | `/v1/flights/searches` | Create a flight search |
| GET | `/v1/flights/schedules` | Published timetable for a route |
| GET | `/v1/flights/searches/{searchId}/results` | Read ranked flight results |
| GET | `/v1/flights/trips/{tripId}` | Open one flight trip |
| GET | `/v1/flights/trips/{tripId}/experience` | Read a trip's experience signals |
| GET | `/v1/flights/fares/{fareId}/options` | List a fare's options |
| GET | `/v1/flights/fares/{fareId}/booking-link` | Build a fare's wego.com booking link |
| GET | `/v1/flights/search-link` | Build a durable wego.com search link |

## Machine-readable artifacts (11)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/wego/refs/heads/main/openapi/wego-flights-api-openapi.yml
- **Documentation** — https://docs.wego.com
- **APIReference** — https://docs.wego.com/api
- **GettingStarted** — https://docs.wego.com/quickstart
- **Authentication** — https://raw.githubusercontent.com/api-evangelist/wego/refs/heads/main/authentication/wego-authentication.yml
- **OAuthScopes** — https://raw.githubusercontent.com/api-evangelist/wego/refs/heads/main/scopes/wego-scopes.yml
- **ErrorCatalog** — https://raw.githubusercontent.com/api-evangelist/wego/refs/heads/main/errors/wego-problem-types.yml
- **RateLimits** — https://raw.githubusercontent.com/api-evangelist/wego/refs/heads/main/rate-limits/wego-rate-limits.yml
- **ToolCrosswalk** — https://raw.githubusercontent.com/api-evangelist/wego/refs/heads/main/mcp/wego-tool-crosswalk.yml
- **CLI** — https://raw.githubusercontent.com/api-evangelist/wego/refs/heads/main/cli/wego-cli.yml
- **DataModel** — https://raw.githubusercontent.com/api-evangelist/wego/refs/heads/main/data-model/wego-data-model.yml

## Other Wego APIs (9)

- [Wego Marketplace (Affiliate) API](https://apis.io/apis/wego/wego-affiliate/)
- [Wego Flight B2B Distribution API v3](https://apis.io/apis/wego/wego-distribution-flight/)
- [Wego Hotel B2B Distribution API](https://apis.io/apis/wego/wego-distribution-hotel/)
- [Wego Countries API](https://apis.io/apis/wego/wego-countries-api/)
- [Wego Feedback API](https://apis.io/apis/wego/wego-feedback-api/)
- [Wego Health API](https://apis.io/apis/wego/wego-health-api/)
- [Wego Hotels API](https://apis.io/apis/wego/wego-hotels-api/)
- [Wego Places API](https://apis.io/apis/wego/wego-places-api/)
- [Wego User API](https://apis.io/apis/wego/wego-user-api/)

## Tags

Flights

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/wego/wego-flights-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/wego/.
