Free
Free
- Requests
- 500
- Rate limit
- 10 req / min
- Quota type
- Stops at quota
- 500 requests / month
- Hard limit
- Community support
500 requests / mo
Look up flight status by flight number and date.
Look up flight status by flight number and date.
The Flight Status API returns schedule and status fields for a flight number on a given date — useful for travel products and notifications.
Add flight status to your product with a simple versioned GET endpoint.
APISeeker provides the gateway endpoint. The underlying service may be operated by APISeeker or an approved third-party provider.
API endpoint
RapidAPI-style subdomain host. Customers call this URL; providers can set a separate upstream later.
yypop.apiseeker.comhttps://yypop.apiseeker.com/v1/flight-statusPer-API plans — quota, rate limits and settings are separate (not shared as one blurry number).
Billed per request
Free
Free
500 requests / mo
Standard
₹999/mo
25,000 requests / mo
Plus
₹4,999/mo
2,00,000 requests / mo
Scale
₹14,999/mo
10,00,000 requests / mo
Pricing for this API. Enterprise or custom contracts can be enabled from the admin or provider dashboard when needed.
Community rating
0.0
0 ratings
Request · cURL
curl -s "https://yypop.apiseeker.com/v1/flight-status" \
-H "X-API-Key: YOUR_API_KEY"Response · JSON
{
"flight": "AI101",
"date": "2026-08-13",
"status": "Scheduled",
"departure": {
"airport": "DEL",
"timeLocal": "08:00"
},
"arrival": {
"airport": "BOM",
"timeLocal": "10:15"
}
}Call GET /v1/flight-status with flight number and date, authenticated with your API key.
Create a free key and open the playground in under a minute.
Compare
Use cases
No linked pages yet
Look up flight status by flight number and date.
Look up flight status by flight number and date.
The Flight Status API returns schedule and status fields for a flight number on a given date — useful for travel products and notifications.
Add flight status to your product with a simple versioned GET endpoint.
APISeeker provides the gateway endpoint. The underlying service may be operated by APISeeker or an approved third-party provider.
API endpoint
RapidAPI-style subdomain host. Customers call this URL; providers can set a separate upstream later.
yypop.apiseeker.comhttps://yypop.apiseeker.com/v1/flight-statusPer-API plans — quota, rate limits and settings are separate (not shared as one blurry number).
Billed per request
Free
Free
500 requests / mo
Standard
₹999/mo
25,000 requests / mo
Plus
₹4,999/mo
2,00,000 requests / mo
Scale
₹14,999/mo
10,00,000 requests / mo
Pricing for this API. Enterprise or custom contracts can be enabled from the admin or provider dashboard when needed.
Community rating
0.0
0 ratings
Request · cURL
curl -s "https://yypop.apiseeker.com/v1/flight-status" \
-H "X-API-Key: YOUR_API_KEY"Response · JSON
{
"flight": "AI101",
"date": "2026-08-13",
"status": "Scheduled",
"departure": {
"airport": "DEL",
"timeLocal": "08:00"
},
"arrival": {
"airport": "BOM",
"timeLocal": "10:15"
}
}Call GET /v1/flight-status with flight number and date, authenticated with your API key.
Create a free key and open the playground in under a minute.