Lyov is a simple API to fetch and parse repetitive flight plans (RPL) from DECEA (Brazilian Air Traffic Control authority), returning a JSON string in the process 😊.
Focus on create you application. The Lyov will take care of
provides to you flight plans of brazilian airlines.
✨ JSON format - Much better to use than TXT
matrix file
⚡ Blazing Fast - A powerful Phoenix API
DECEA (Brazilian Air Traffic Control authority) provides flight plans on TXT file, is not very easy to use this information on applications to get real routes of specific company, or fetch specific flight plan.
To see a example of default TXT response you can click here
Lyov was created just to convert flight plans data to JSON.
Here is an example of JSON response.
[
{
"aicraft_type": "B734",
"arrival_icao": "SBEG",
"callsign": "AZU2002",
"code": "AZU",
"cruise_flight_level": "320",
"cruise_speed": "N0442",
"departure_icao": "SBKP",
"enroute_time": "0335",
"eobt": "1225",
"flight_days": {
"friday": false,
"monday": false,
"saturday": false,
"sunday": true,
"thursday": false,
"tuesday": false,
"wednesday": false
},
"flight_number": "2002",
"remarks": "EQPT/SDFGHIRWY/LPBN/B2B3B4B5C1D1O2S1EET/SBAZ0133",
"route": "UKBEV DCT ASTOB UM417 OBGAT UZ21 ISIPA",
"wake_turbulence": "M"
}
]
Lyov is already hosted and is available at RapidAPI 24/7/365.
Access RapidAPI in this link
You can send a GET
request to this route replacing company
and date
params.
About params:
- Company is ICAO Code of airline, here is a list of supported params for company:
company param | Name |
---|---|
AZU | Azul |
GLO | Gol |
TAM | Latam |
PAM | Map |
PTB | Passaredo |
TTL | Total Cargo |
SID | Sideral |
- Date is current cycle of RPL. This is be fetched automatically soon. But for now you have to use
&date=2022-01-20
(This param will always be updated on this readme while not implemented automatically way). - You can also access this link and scroll to "Plano de Voo Repetitivo - RPL" and click on date. (Image bellow)
Then a popup will open and you'll see the date on format
MM/MM/AAAA
. To use on API you have to convert toAAAA-MM-MM
.
On image above the date is 03/01/2022
, so on API use you will pass &date=2022-04-30
PR's are welcome !
Found a Bug ? Create an Issue.
You can also join on this discord server and chat with us.
Leave a ⭐ If you think this project is cool.
Lyov
is free and open-source software licensed under the MIT License. Official logo was created by Kewyn Ferreira (ferreira#3479).