Resolve a type by IATA code, ICAO code or name
API · /aircraft-api
Aircraft Types API
Resolve and search aircraft type designators — turn the IATA (e.g. 738) and ICAO (e.g. B738) aircraft codes returned by flight-data APIs into readable model names like "Boeing 737-800". Look up by IATA code, ICAO code or name, search 240+ aircraft types, or fetch the whole list. Bundled, fast and always available — a handy companion to flight, airline and airport data.
API salute
salutare- Tempo di attività
- 100.00%
- Sondaggi del server · 24 ore su 24
- Latenza media
- 74 ms
- Sondaggi del server · 24 ore su 24
- Abbonati
- 3,678
- attiva
- Chiamate totali
- 344
- ultimi 7 giorni
Prezzi
Scegli un livello: fatturazione mensile, annullamento in qualsiasi momento.
Free
Gratis
- 2,000 chiamate/mese
- 3 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 2,000 calls/month
- 3 req/sec
- Code resolver + search
- No credit card
Starter
€6.00 /mese
- 60,000 chiamate/mese
- 8 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 60k calls/month
- 8 req/sec
- IATA/ICAO/name lookup
- Email support
Pro
€14.00 /mese
- 300,000 chiamate/mese
- 20 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 300k calls/month
- 20 req/sec
- Flight-data decoding
- Priority support
Mega
€43.00 /mese
- 1,100,000 chiamate/mese
- 40 richieste/secondo
- Tetto rigido (429 sopra la quota, nessuna eccedenza)
- 1.1M calls/month
- 40 req/sec
- Embed in product
- Dedicated SLA
Costruito da
Correlato APIs
Altro APIs con tag sovrapposti.
API de seguimiento de vuelos
Posiciones de aeronaves en tiempo real a partir de datos ADS-B en vivo (OpenSky Network). Consulta todas las aeronaves dentro de un cuadro delimitador geográfico o rastrea una sola aeronave por su dirección de transpondedor ICAO24: devuelve posición, altitud barométrica y geométrica, velocidad respecto al suelo, rumbo, velocidad vertical, código squawk y país de registro. Ideal para mapas en vivo, paneles de vuelo y alertas de proximidad.
api.oanor.com/flights-api
Airport Frequencies API
Airport radio communication frequencies as an API — 30,000+ frequencies at 11,000+ airports, from the OurAirports dataset. List every published frequency at an airport by ident (e.g. KJFK → Approach 125.7/127.4/132.4, ATIS, Tower, Ground, Clearance, …), or filter fleet-wide by type or exact frequency (e.g. find every airport using the emergency frequency 121.5). Each record carries the airport, frequency type (TWR, GND, ATIS, APP, CTAF, UNICOM, CNTR, …) with a readable name, the description and the frequency in MHz. Ideal for aviation radio, flight simulators, EFB, scanner and flight-planning apps.
api.oanor.com/airportfreq-api
Runways API
Every runway in the world as an API — 47,000+ runways at 40,000+ airports, from the OurAirports dataset. List all the runways at any airport by ICAO/local ident (e.g. KJFK → four runways, the longest 13R/31L at 14,511 ft), with each runway's length (feet and metres), width, surface (asphalt, concrete, grass, …), lighting and both-end designators, true headings and coordinates. Or filter runways fleet-wide by surface, minimum length and lighting. Ideal for flight planning, flight simulators, EFB and aeronautical apps, and aviation analytics.
api.oanor.com/runways-api
Navaids API
Radio navigation aids (navaids) as an API — 11,000+ VOR, NDB, DME, TACAN, VORTAC and VOR-DME beacons across 231 countries, from the OurAirports dataset. Look up a navaid by its ident (e.g. JFK → Kennedy VOR-DME 115.9 MHz), search by name/ident with country and type filters, or find all navaids within a radius of any coordinate. Each record carries the ident, name, type, frequency (kHz and MHz), elevation, country and any associated airport. Ideal for aviation tools, flight simulators, EFB apps, flight planning and aeronautical charts.
api.oanor.com/navaids-api
Domande frequenti
Risposte rapide su prezzi, quote e integrazione.
Come ottengo una chiave API per Aircraft Types API?
Qual è il limite di velocità di Aircraft Types API?
Quanto costa Aircraft Types API?
Posso cancellare l'abbonamento in qualsiasi momento?
Aircraft Types API è conforme al GDPR?
Scegli un endpoint dall'elenco a sinistra per visualizzarne i dettagli e provarlo.
Frammenti di codice
Iscriviti per ottenere una chiave API, quindi chiama qualsiasi percorso sotto il tuo slug.
curl https://api.oanor.com/aircraft-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/aircraft-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/aircraft-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/aircraft-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Valutazioni
Accedi per votare.
Nessuna recensione ancora.
Discussione
Fai domande, condividi consigli, ricevi risposte dal provider e dagli altri sviluppatori. Pubblico — chiunque può leggere.
Accedi per scrivere o rispondere.
AccediNuova discussione
·
-
Risposta del provider
🔒 Discussione bloccata — non si può più rispondere.
-
·
- Nessuna discussione — inizia tu.
Supporto
Supporto privato 1:1 con il provider — fatturazione, integrazione, account. Solo tu e il team del provider vedete questi thread.
Accedi per aprire un ticket di supporto.
AccediApri nuovo ticket
Descrivi cosa ti serve. Il team del provider riceve un'email e risponde sulla pagina del ticket.
-
·
Urgente - Nessun ticket per questa API.