Created
August 11, 2016 21:29
-
-
Save drymar/3d3b97f0dc4869c61c7897db640a31e3 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"request": { | |
"airline": { | |
"requestedCode": "PS", | |
"fsCode": "PS" | |
}, | |
"flight": { | |
"requested": "777", | |
"interpreted": "777" | |
}, | |
"date": { | |
"year": "2016", | |
"month": "8", | |
"day": "12", | |
"interpreted": "2016-08-12" | |
}, | |
"utc": { | |
"requested": "false", | |
"interpreted": false | |
}, | |
"airport": {}, | |
"codeType": {}, | |
"extendedOptions": {}, | |
"url": "https://api.flightstats.com/flex/flightstatus/rest/v2/json/flight/status/PS/777/dep/2016/8/12" | |
}, | |
"appendix": { | |
"airlines": [ | |
{ | |
"fs": "PS", | |
"iata": "PS", | |
"icao": "AUI", | |
"name": "UIA", | |
"active": true | |
} | |
], | |
"airports": [ | |
{ | |
"fs": "KBP", | |
"iata": "KBP", | |
"icao": "UKBB", | |
"name": "Boryspil International Airport", | |
"city": "Kiev/Kyiv", | |
"cityCode": "IEV", | |
"countryCode": "UA", | |
"countryName": "Ukraine", | |
"regionName": "Europe", | |
"timeZoneRegionName": "Europe/Kiev", | |
"localTime": "2016-08-12T00:29:27.890", | |
"utcOffsetHours": 3, | |
"latitude": 50.341244, | |
"longitude": 30.895207, | |
"elevationFeet": 427, | |
"classification": 2, | |
"active": true, | |
"delayIndexUrl": "https://api.flightstats.com/flex/delayindex/rest/v1/json/airports/KBP?codeType=fs", | |
"weatherUrl": "https://api.flightstats.com/flex/weather/rest/v1/json/all/KBP?codeType=fs" | |
}, | |
{ | |
"fs": "TLV", | |
"iata": "TLV", | |
"icao": "LLBG", | |
"name": "Ben Gurion International Airport", | |
"city": "Tel Aviv-Yafo", | |
"cityCode": "TLV", | |
"countryCode": "IL", | |
"countryName": "Israel", | |
"regionName": "Middle East", | |
"timeZoneRegionName": "Asia/Jerusalem", | |
"localTime": "2016-08-12T00:29:27.890", | |
"utcOffsetHours": 3, | |
"latitude": 32.000454, | |
"longitude": 34.870741, | |
"elevationFeet": 135, | |
"classification": 2, | |
"active": true, | |
"delayIndexUrl": "https://api.flightstats.com/flex/delayindex/rest/v1/json/airports/TLV?codeType=fs", | |
"weatherUrl": "https://api.flightstats.com/flex/weather/rest/v1/json/all/TLV?codeType=fs" | |
} | |
], | |
"equipments": [ | |
{ | |
"iata": "73R", | |
"name": "Boeing 737-700 Mixed Configuration/BBJC", | |
"turboProp": false, | |
"jet": true, | |
"widebody": false, | |
"regional": false | |
}, | |
{ | |
"iata": "739", | |
"name": "Boeing 737-900 Passenger", | |
"turboProp": false, | |
"jet": true, | |
"widebody": false, | |
"regional": false | |
} | |
] | |
}, | |
"flightStatuses": [ | |
{ | |
"flightId": 759355539, | |
"carrierFsCode": "PS", | |
"flightNumber": "777", | |
"departureAirportFsCode": "KBP", | |
"arrivalAirportFsCode": "TLV", | |
"departureDate": { | |
"dateLocal": "2016-08-12T20:00:00.000", | |
"dateUtc": "2016-08-12T17:00:00.000Z" | |
}, | |
"arrivalDate": { | |
"dateLocal": "2016-08-12T23:20:00.000", | |
"dateUtc": "2016-08-12T20:20:00.000Z" | |
}, | |
"status": "S", | |
"schedule": { | |
"flightType": "J", | |
"serviceClasses": "RFJY", | |
"restrictions": "" | |
}, | |
"operationalTimes": { | |
"publishedDeparture": { | |
"dateLocal": "2016-08-12T20:00:00.000", | |
"dateUtc": "2016-08-12T17:00:00.000Z" | |
}, | |
"publishedArrival": { | |
"dateLocal": "2016-08-12T23:20:00.000", | |
"dateUtc": "2016-08-12T20:20:00.000Z" | |
}, | |
"scheduledGateDeparture": { | |
"dateLocal": "2016-08-12T20:00:00.000", | |
"dateUtc": "2016-08-12T17:00:00.000Z" | |
}, | |
"estimatedGateDeparture": { | |
"dateLocal": "2016-08-12T20:00:00.000", | |
"dateUtc": "2016-08-12T17:00:00.000Z" | |
}, | |
"scheduledGateArrival": { | |
"dateLocal": "2016-08-12T23:20:00.000", | |
"dateUtc": "2016-08-12T20:20:00.000Z" | |
} | |
}, | |
"flightDurations": { | |
"scheduledBlockMinutes": 200 | |
}, | |
"airportResources": { | |
"departureTerminal": "D", | |
"departureGate": "10", | |
"arrivalTerminal": "3" | |
}, | |
"flightEquipment": { | |
"scheduledEquipmentIataCode": "73R", | |
"actualEquipmentIataCode": "739" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment