Last active
August 29, 2015 14:20
-
-
Save danielbuechele/b0c0b605be68736e1a28 to your computer and use it in GitHub Desktop.
Flying Lufthansa you can access a flight information JSON-API via their on-board WiFi at http://map.boardconnect.aero/api/flightdata
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"lon": 6.894092559814453, | |
"lat": 50.272064208984375, | |
"groundSpeed": 499.7942175120898, | |
"heading": 108.9605, | |
"orig": { | |
"lon": -0.461389, | |
"lat": 51.4775, | |
"code": "LHR" | |
}, | |
"dest": { | |
"lon": 11.786086, | |
"lat": 48.353783, | |
"code": "MUC" | |
}, | |
"eta": "19:51", | |
"timeDest": "00:26:41.9250000", | |
"distDest": 223.3586610384782, | |
"altitude": 36828, | |
"temperature": -55.25, | |
"clearRoute": false, | |
"displayProjectedPath": true, | |
"utc": "2015-05-01T18:25:08", | |
"displayPA": false, | |
"arincAvailable": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment