GET
/v1/flight-status/scheduleGet flight schedule
List scheduled legs for a flight number.
Part of Flight Status API· Rate limits: Plan-based
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| flight | query | string | Yes | IATA flight number, e.g. AI101 |
Code examples
cURL
curl -s "https://yypop.apiseeker.com/v1/flight-status/schedule" \
-H "X-API-Key: YOUR_API_KEY"Response
JSON
{
"flight": "AI101",
"schedule": [
{
"date": "2026-08-13",
"status": "Scheduled",
"departure": "DEL"
}
]
}Errors
- 400 — Invalid parameters
- 404 — Flight not found
Try this endpoint
API Playground
Flight Status API
GET
yypop.apiseeker.comhttps://yypop.apiseeker.com/v1/flight-status/scheduleStatus: —Latency: —
Response headers
Send a request to see headers.
Response body
Response will appear here.
Generated snippets
cURL
curl -s "https://yypop.apiseeker.com/v1/flight-status/schedule" \
-H "X-API-Key: YOUR_API_KEY"