latestOpenAPI 3.1.02026-08-21211181.8 KB

e5d7af502419

Flights

Published timetable for a route

What actually flies a route – times, duration, aircraft, and the weekdays each flight runs – with no prices and no search to settle. Nonstop flights only. Airport codes resolve to their parent city (LHR to LON), and metadata echoes what each side resolved to.

get/v1/flights/schedules

Query parameters

fromstring required
Example:DXB

Departure city or airport code; an airport resolves to its city.

tostring required
Example:LHR

Arrival city or airport code; an airport resolves to its city.

airlinestring

Filter to one marketing carrier (e.g. SQ).

siteCodestring

Wego market as a 2-letter code. Omitted, the API defaults to US and says so in metadata.siteCodeSource.

localestring
Example:en

Response language tag.

pageinteger

Page number, 1-based (max 20). Defaults to 1. A timetable is a bounded list the API reads whole, so paging is rarely needed and the cap is low by design.

pageSizeinteger

Rows per page (1-200). Defaults to 200, which is also the maximum, so most routes return whole on one page. A busier route exceeds it and says so with hasMore. pageSize exists to narrow a long answer, never to force paging.

Response

Scheduled flights, plus the resolved route and the market used.