Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. {
  2. "result":{
  3. "request":{
  4. "airline":{
  5. "requestedCode":"VY",
  6. "fsCode":"VY"
  7. },
  8. "flight":{
  9. "requested":"8770",
  10. "interpreted":"8770"
  11. },
  12. "date":{
  13. "year":"2016",
  14. "month":"10",
  15. "day":"26",
  16. "interpreted":"2016-10-26"
  17. },
  18. "utc":{
  19. "requested":"false",
  20. "interpreted":false
  21. },
  22. "airport":{
  23. "requestedCode":"LGW",
  24. "fsCode":"LGW"
  25. },
  26. "codeType":[
  27.  
  28. ],
  29. "extendedOptions":[
  30.  
  31. ],
  32. "url":"https:\/\/api.flightstats.com\/flex\/flightstatus\/rest\/v2\/json\/flight\/status\/VY\/8770\/dep\/2016\/10\/26"
  33. },
  34. "appendix":{
  35. "airlines":[
  36. {
  37. "fs":"VY",
  38. "iata":"VY",
  39. "icao":"VLG",
  40. "name":"Vueling",
  41. "active":true
  42. }
  43. ],
  44. "airports":[
  45. {
  46. "fs":"LGW",
  47. "iata":"LGW",
  48. "icao":"EGKK",
  49. "name":"London Gatwick Airport",
  50. "city":"London",
  51. "cityCode":"LON",
  52. "stateCode":"EN",
  53. "countryCode":"GB",
  54. "countryName":"United Kingdom",
  55. "regionName":"Europe",
  56. "timeZoneRegionName":"Europe\/London",
  57. "localTime":"2016-10-25T14:39:36.659",
  58. "utcOffsetHours":1,
  59. "latitude":51.150836,
  60. "longitude":-0.177416,
  61. "elevationFeet":194,
  62. "classification":1,
  63. "active":true,
  64. "delayIndexUrl":"https:\/\/api.flightstats.com\/flex\/delayindex\/rest\/v1\/json\/airports\/LGW?codeType=fs",
  65. "weatherUrl":"https:\/\/api.flightstats.com\/flex\/weather\/rest\/v1\/json\/all\/LGW?codeType=fs"
  66. }
  67. ]
  68. },
  69. "flightStatuses":[
  70.  
  71. ]
  72. },
  73. "error":null
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement