Skip to content
APISeeker
TravelFree tierv1yypop.apiseeker.comSkyline DataVerified providerVerified 15 Jul 2026

Flight Status API

Look up flight status by flight number and date.

API Overview

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.

01b

Specification

Authentication
API key (header: X-API-Key)
Transport
HTTPS
Style
REST
Response format
JSON
Version
v1
Rate limit
From 10 req/min
Free tier
Available
Pricing model
Free plan + paid tiers
Provider
Skyline Data · Verified provider
Last verified
15 Jul 2026

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.

slug · yypop
yypop.apiseeker.com
https://yypop.apiseeker.com/v1/flight-status
Endpoint slug
yypop
Upstream (provider)
Platform default routing

Pricing & limits

Per-API plans — quota, rate limits and settings are separate (not shared as one blurry number).

Billed per request

Free

Free

Requests
500
Rate limit
10 req / min
Quota type
Stops at quota
  • 500 requests / month
  • Hard limit
  • Community support
Start free

500 requests / mo

Popular

Standard

₹999/mo

Requests
25,000
Rate limit
60 req / min
Quota type
Overage billed
  • 25,000 requests / month
  • Overage billed after quota
  • Email support
Subscribe

25,000 requests / mo

Plus

₹4,999/mo

Requests
2,00,000
Rate limit
300 req / min
Quota type
Overage billed
  • 200,000 requests / month
  • Priority support
  • Usage alerts
Subscribe

2,00,000 requests / mo

Scale

₹14,999/mo

Requests
10,00,000
Rate limit
1,000 req / min
Quota type
Overage billed
  • 1,000,000 requests / month
  • SLA options
  • Org seats
Subscribe

10,00,000 requests / mo

Pricing for this API. Enterprise or custom contracts can be enabled from the admin or provider dashboard when needed.

API author

Skyline Data

Verified host

Travel & aviation data APIs

Hosts flight status and schedule lookup APIs for travel products and ops tools.

Send message

Log in required to message the host

APIs hosted
1
Joined
1 Jun 2025
Location
Bengaluru, India

Community rating

0.0

0 ratings

5
0
4
0
3
0
2
0
1
0

Rate this API

Only logged-in users can rate APIs. Sign in to share your experience.

04

Features

  • Flight number + date lookup
  • Status and schedule fields
  • JSON response

Supported inputs

flight numberdate

Outputs

statusdeparturearrivalterminals
06

Request & response

GET/v1/flight-statusEndpoint docs →

Request · cURL

cURL
curl -s "https://yypop.apiseeker.com/v1/flight-status" \
  -H "X-API-Key: YOUR_API_KEY"

Response · JSON

JSON
{
  "flight": "AI101",
  "date": "2026-08-13",
  "status": "Scheduled",
  "departure": {
    "airport": "DEL",
    "timeLocal": "08:00"
  },
  "arrival": {
    "airport": "BOM",
    "timeLocal": "10:15"
  }
}
07

Use cases

  • Travel apps
  • Notifications
  • Ops dashboards

Limitations

  • · Coverage depends on data providers
  • · Real-time delay accuracy may vary by airline
08

FAQ

How do I query flight status?+

Call GET /v1/flight-status with flight number and date, authenticated with your API key.

Ready to integrate?

Create a free key and open the playground in under a minute.

Related content