Flightsfrom: Get Route Schedule
Flightsfrom via Parse · travel
Get the detailed flight schedule for a specific route on a specific date. Returns all individual flights with departure times, airlines, flight numbers, and aircraft types. The origin_iata and destination_iata are composable from list_destinations results. Discover flight routes from airports worldwide. Search airports by name/city/IATA code, list all nonstop destinations from any airport, and inspect the detailed daily flight schedule for any route. Fulfilled by Parse from www.flightsfrom.com.
- flightsfrom
- maps-geo
- parse
- platform-key
- travel
- www-flightsfrom-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Indexed
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/4aa6f09a-bca7-4f0e-9650-84e99c795c48/get_route_schedule
- Interface artifact
- sha256:247285c135dde2c829ee8dc134fe209613bc7eabe92833296d033d333c42c1d0
- Manifest digest
- sha256:e76441461a262a0f3ee4aea9fa82763d8f99b856696b5c734a37ddd12c7883f9
Request fields
- date (string, required): Date to retrieve the schedule for, in ISO format YYYY-MM-DD. Must be a current or future date within the schedule window (typically up to ~6 months ahead).
- origin_iata (string, required): 3-letter IATA code for the departure airport (e.g. JFK).
- destination_iata (string, required): 3-letter IATA code for the arrival airport (e.g. LAX). Obtainable from list_destinations results.
Example queries
- {"date":"2026-08-12","origin_iata":"JFK","destination_iata":"LAX"}