Advertisement
Guest User

Untitled

a guest
Jun 30th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. [
  2. {
  3. "flight":[
  4. {
  5. "duration":200,
  6. "arrival":"AMS",
  7. "delay":0,
  8. "departure_date":"2017-08-18",
  9. "technical_stops":[
  10.  
  11. ],
  12. "arrival_date":"2017-08-18",
  13. "departure_timestamp":1503024300,
  14. "number":900,
  15. "local_arrival_timestamp":1503043500,
  16. "operating_carrier":"KL",
  17. "departure_time":"05:45",
  18. "operated_by":"KL",
  19. "arrival_timestamp":1503036300,
  20. "arrival_time":"08:05",
  21. "departure":"SVO",
  22. "local_departure_timestamp":1503035100
  23. },
  24. {
  25. "duration":720,
  26. "arrival":"KUL",
  27. "delay":285,
  28. "departure_date":"2017-08-18",
  29. "technical_stops":[
  30.  
  31. ],
  32. "arrival_date":"2017-08-19",
  33. "departure_timestamp":1503053400,
  34. "number":811,
  35. "local_arrival_timestamp":1503125400,
  36. "operating_carrier":"KL",
  37. "departure_time":"12:50",
  38. "operated_by":"KL",
  39. "arrival_timestamp":1503096600,
  40. "arrival_time":"06:50",
  41. "departure":"AMS",
  42. "local_departure_timestamp":1503060600
  43. },
  44. {
  45. "duration":505,
  46. "arrival":"SYD",
  47. "delay":140,
  48. "departure_date":"2017-08-19",
  49. "technical_stops":[
  50.  
  51. ],
  52. "arrival_date":"2017-08-19",
  53. "departure_timestamp":1503105000,
  54. "number":4119,
  55. "local_arrival_timestamp":1503171300,
  56. "operating_carrier":"MH",
  57. "departure_time":"09:10",
  58. "operated_by":"MH",
  59. "arrival_timestamp":1503135300,
  60. "arrival_time":"19:35",
  61. "departure":"KUL",
  62. "local_departure_timestamp":1503133800
  63. }
  64. ]
  65. }
  66. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement