Live status, schedule, route and aircraft for any flight worldwide — returned in a single fast request, in a clean industry-standard format. Free to start.
# request curl "https://flights.the-lab.ae/airline/KEY\ ?num=72&name=EK&date=20260720"
# response
[
{ "departure": { "airportCode": "CDG",
"scheduledTime": "11:20, Jul 20", … }},
{ "arrival": { "airportCode": "DXB", … }},
{ "aircraft": { "code": "388",
"name": "Airbus A380-800" }},
{ "status": "En Route" }
]
A single call returns live status, schedule, route and aircraft. Cached and projected so repeat lookups are near-instant.
Any airline, any route. Backed by an 85,000-airport reference and a schedule dataset that grows every day.
Track a flight in the air today, or get the projected schedule for an upcoming date — same endpoint, same format.
A widely used, well-structured response shape. Point your client at us and go — no relearning.
Use an API key to track your consumption and manage credits, or call without one while you evaluate.
A console shows your keys and exactly how many calls each has made against your credits.