Airport and runway details
Look up current FAA airport records by FAA location identifier or ICAO code, including runway dimensions, surfaces, lighting, and runway-end data.
Search aircraft by N-number or explore FAA airport, runway, and diagram records with the source behind every result.
GET /api/v1/airports/JFK/diagram Authorization: Bearer al_live_... { "airport": { "faa_identifier": "JFK", "icao_identifier": "KJFK" }, "diagram": { "type": "AIRPORT_DIAGRAM", "cycle": "2609", "effective_from": "..." } } Source URL and retrieval time are included.
AviatorLookup turns FAA publication files into records that are easier to search and use, without removing their provenance.
Look up current FAA airport records by FAA location identifier or ICAO code, including runway dimensions, surfaces, lighting, and runway-end data.
Resolve diagram metadata from the FAA digital Terminal Procedures Publication and follow the record to the unchanged FAA PDF.
Every response includes the source, effective cycle, and retrieval time so you can tell exactly which publication supports the record.
Search current FAA registration, make, model, year, engine, seating, and source details by N-number on the site or through the API.
Airport, runway, and runway-end records from the current publication cycle.
Current airport diagram metadata with a direct link to the FAA-hosted PDF.
Try an aircraft such as N12345, an FAA airport identifier such as JFK, or an ICAO identifier such as KJFK.