www.aa.com: Get Flight Status
www.aa.com via Parse · travel
Get real-time flight status by flight number and date. Returns detailed information including departure/arrival times, gates, terminals, aircraft type, amenities (WiFi, power ports), and current status (on time, delayed, canceled). A single flight number may resolve to multiple legs. The response always includes a `found` boolean; when false the `flights` array is empty. Access American Airlines flight status, airport search, and country listings. Get real-time flight information including departure/arrival times, gates, terminals, aircraft details, and amenities. Fulfilled by Parse from www.aa.com.
- maps-geo
- parse
- platform-key
- travel
- www-aa-com
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/df32c5ac-b62e-4b2d-a725-8d47ade6e261/get_flight_status
- Interface artifact
- sha256:a8b8868135cb6f2a8403e04baf84f08564a7c1d927d22f8eeabd4623f05472aa
- Manifest digest
- sha256:b70f0c0fc27e091d538f5aa7702c23405577d52ad4776c707ae11af699cf32f2
Request fields
- date (string): Flight date in YYYY-MM-DD format. When omitted, defaults to today's date (UTC).
- carrier (string): Airline code (e.g., 'AA' for American Airlines): Allowed values: AA
- flight_number (string, required): Flight number (e.g., '100', '2345')
Example queries
- {"date":"2026-06-11","carrier":"AA","flight_number":"100"}