Created
October 21, 2025 00:27
-
-
Save Jxck-S/f1c79fac53d426315398cf8605f7f9de to your computer and use it in GitHub Desktop.
Example from AA Viasat inflight WIFI public endpoint aainflight.com/api/v1/connectivity/viasat/flight
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
| { | |
| "timestamp": "2025-10-21T00:23:58Z", | |
| "eta": null, | |
| "flightDuration": 144, | |
| "flightNumber": "AAL2865", | |
| "latitude": 28.421630859375, | |
| "longitude": -82.24366760253906, | |
| "noseId": "982", | |
| "paState": null, | |
| "vehicleId": "N982VJ", | |
| "destination": "KDFW", | |
| "origin": "KMCO", | |
| "flightId": "N982VJ_SF_20251020225110", | |
| "airspeed": 1332, | |
| "airTemperature": 53, | |
| "altitude": 18605, | |
| "distanceToGo": 12, | |
| "doorState": "Closed", | |
| "groundspeed": 435, | |
| "heading": -88, | |
| "timeToGo": 133, | |
| "wheelWeightState": "Off", | |
| "grossWeight": null, | |
| "windSpeed": null, | |
| "windDirection": null, | |
| "flightPhase": "Cruise" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment