Disclaimer
All the information provided by these API are provided as is and for information only. They are coming from different sources and may contain mistakes or be out of date. Please use with caution and at your own risk.
Search aircraft by Mode S code or tail number
You can access my database of aircraft through the following API:
https://www.foxtrotcharlie.ovh/API/public/api?ModeS=XXXXXX
where XXXXXX is the ModeS code of the aircraft, on 6 digits in hexadecimal.
https://www.foxtrotcharlie.ovh/API/public/api?Registration=XXXXXX
where XXXXXX is the tail number (or registration) of the aircraft (in some countries, tail numbers have a - like in China B-8638, it should be put here).
The output is in json format (RFC4627).
Working samples of the API:
https://www.foxtrotcharlie.ovh/API/public/api?ModeS=78102f
https://www.foxtrotcharlie.ovh/API/public/api?Registration=B-8638
Returned data:
{ "ModeS": "78102f", "ModeSCountry": "China", "Registration": "B-8638", "ICAOTypeCode": "A321", "Type": "Airbus A321-211", "SerialNo": "---", "RegisteredOwners": "China Southern Airlines", "OperatorFlagCode": "CSN", "FirstSeen": "2017-03-25 23:58:09", "LastSeen": "2019-09-06 07:25:41" }
Designator | Description | Format | ModeS | ModeS code in HEX format of the Aircraft | 6 characters | ModeSCountry | Country of registration of the Aircraft | string | Registration | Tail Number of the Aircraft | string | ICAOTypeCode | ICAO Type Code of the Type | string | Type | Type of Aircraft | string | SerialNo | Serial Number of the Aircraft | string | RegisteredOwners | Registered Owners of the Aircraft | string | OperatorFlagCode | Code of the Airline if any | string | FirstSeen | Time stamp when my trackers first detected the Aircraft | Timestamp | LastSeen | Time stamp when my trackers last detected the Aircraft | Timestamp |
---|
Search airports by ICAO code
You can also access my database of airports through the following API:
https://www.foxtrotcharlie.ovh/API/public/api?ICAO=XXXX
where XXXX is the ICAO code of the airport on 4 characters.
The output is in json format (RFC4627).
Working samples of the API:
https://www.foxtrotcharlie.ovh/API/public/api?ICAO=VHHH
Returned data:
{ "ICAO": "VHHH", "IATA": "HKG", "Name": "Hong Kong International Airport", "Location": "Hong Kong", "Region": "Hong Kong", "Latitude": 22.3089, "Longitude": 113.915 }
Designator | Description | Format | ICAO | ICAO code of the Airport | 4 characters | IATA | IATA code of the Airport | 3 characters | Name | Name of the Airport | string | Location | Location of the Airport in clear | string | Region | Region or Country of the Airport | string | Latitude | Latitude of the Airport | float | Longitude | Longitude of the Airport | float |
---|
Search routes by Flight Number (ICAO format)
You can also access my database of routes through the following API:
https://www.foxtrotcharlie.ovh/API/public/api?FNB=XXXXXX
where XXXXXX is the flight number in ICAO format.
The output is in json format (RFC4627).
Working samples of the API:
https://www.foxtrotcharlie.ovh/API/public/api?FNB=AFR188
Returned data:
{ "FNB": "AFR188", "Airline": "AFR", "FlightNumber": "188", "Origin": "LFPG", "Destination": "VHHH", "Via": "" }
Designator | Description | Format | FNB | Flight number in ICAO format | string | Airline | ICAO code of the airline | 4 characters | FlightNumber | Flight number | string | Origin | Origin airport (ICAO format) | string | Destination | Destination airport (ICAO format) | string | Via | Via airport - if any (ICAO format) | string |
---|
Get updates
If you want to get updates about www.foxtrotcharlie.ovh, please subscribe to my mailing list.