Airports & Local Time API
72,549 airports, heliports and airfields — each with its timezone, current local time, runway length and surface.
Try it
-
What time is it at Tokyo Narita right now?
GET /v1/time?code=NRT -
Leave JFK at 18:30 for a 14h flight — when do I land in Tokyo?
GET /v1/arrival?from=JFK&to=NRT&time=18:30&duration_min=840 -
Which fields within 300km of Denver can take a 737?
GET /v1/nearest?lat=39.7392&lon=-104.9903&radius_km=300&min_runway_ft=6000 -
How far is London to New York?
GET /v1/distance?from=LHR&to=JFK -
Find Heathrow
GET /v1/search?q=heathrow
Why this one
The open dataset almost every airport API is built on has no timezone field. So they can tell you where an airport is, but not what time it is there — and certainly not what local time you land at after crossing eight zones, a date line and a daylight saving change. This one resolves the timezone for every airport and answers both.
It also knows runway lengths and surfaces, which turns “airports near here” into the question people actually ask: which fields near here can take my aircraft.
Reference
Full specification
GET /openapi.jsonAirport types accepted by the filter
GET /v1/typesService health and dataset version
GET /health