Advertisement
Guest User

Untitled

a guest
Jan 5th, 2024
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.44 KB | None | 0 0
  1. [{
  2. 'flight': {
  3. 'identification': {
  4. 'number': {
  5. 'default': 'None',
  6. 'alternative': 'None'
  7. },
  8. 'callsign': 'N497XP',
  9. 'codeshare': 'None'
  10. },
  11. 'status': {
  12. 'live': True,
  13. 'text': 'Estimated 17:04',
  14. 'estimated': 'None',
  15. 'ambiguous': False,
  16. 'generic': {
  17. 'status': {
  18. 'text': 'estimated',
  19. 'type': 'arrival',
  20. 'color': 'green',
  21. 'diverted': 'None'
  22. },
  23. 'eventTime': {
  24. 'utc_millis': 1704474294000,
  25. 'utc_date': '20240105',
  26. 'utc_time': '1704',
  27. 'utc': 1704474294,
  28. 'local_millis': 1704474294000,
  29. 'local_date': '20240105',
  30. 'local_time': '1704',
  31. 'local': 1704474294
  32. }
  33. }
  34. },
  35. 'aircraft': {
  36. 'model': {
  37. 'code': 'BE40',
  38. 'text': 'Hawker Beechcraft 400XP'
  39. },
  40. 'registration': 'N497XP',
  41. 'country': {
  42. 'name': 'United States',
  43. 'alpha2': 'US',
  44. 'alpha3': 'USA'
  45. },
  46. 'restricted': False,
  47. 'serialNo': 'None',
  48. 'age': {
  49. 'availability': False
  50. },
  51. 'availability': {
  52. 'serialNo': True,
  53. 'age': False
  54. }
  55. },
  56. 'owner': 'None',
  57. 'airline': 'None',
  58. 'airport': {
  59. 'origin': {
  60. 'code': {
  61. 'iata': 'GNB',
  62. 'icao': 'LFLS'
  63. },
  64. 'timezone': {
  65. 'name': 'Europe/Paris',
  66. 'offset': 3600,
  67. 'abbr': 'CET',
  68. 'abbrName': 'Central European Time',
  69. 'isDst': False
  70. },
  71. 'info': {
  72. 'terminal': 'None',
  73. 'baggage': 'None',
  74. 'gate': 'None'
  75. },
  76. 'name': 'Grenoble Isere Airport',
  77. 'position': {
  78. 'latitude': 45.362926,
  79. 'longitude': 5.332563,
  80. 'country': {
  81. 'name': 'France',
  82. 'code': 'FR'
  83. },
  84. 'region': {
  85. 'city': 'Grenoble'
  86. }
  87. },
  88. 'visible': True
  89. },
  90. 'destination': {
  91. 'timezone': {
  92. 'name': 'Europe/London',
  93. 'offset': 0,
  94. 'abbr': 'GMT',
  95. 'abbrName': 'Greenwich Mean Time',
  96. 'isDst': False
  97. },
  98. 'info': {
  99. 'terminal': 'None',
  100. 'baggage': 'None',
  101. 'gate': 'None'
  102. }
  103. },
  104. 'real': 'None'
  105. },
  106. 'time': {
  107. 'scheduled': {
  108. 'departure_millis': 1704468000000,
  109. 'departure_date': '20240105',
  110. 'departure_time': '1520',
  111. 'departure': 1704468000,
  112. 'arrival_millis': 1704473400000,
  113. 'arrival_date': '20240105',
  114. 'arrival_time': '1650',
  115. 'arrival': 1704473400
  116. },
  117. 'real': {
  118. 'departure_millis': 1704469705000,
  119. 'departure_date': '20240105',
  120. 'departure_time': '1548',
  121. 'departure': 1704469705,
  122. 'arrival': 'None'
  123. },
  124. 'estimated': {
  125. 'departure': 'None',
  126. 'arrival_millis': 1704474294000,
  127. 'arrival_date': '20240105',
  128. 'arrival_time': '1704',
  129. 'arrival': 1704474294
  130. },
  131. 'other': {
  132. 'eta_millis': 1704474294000,
  133. 'eta_date': '20240105',
  134. 'eta_time': '1704',
  135. 'eta': 1704474294,
  136. 'duration': 'None'
  137. }
  138. }
  139. }
  140. }, {
  141. 'flight': {
  142. 'identification': {
  143. 'number': {
  144. 'default': 'None',
  145. 'alternative': 'None'
  146. },
  147. 'callsign': 'N22UB',
  148. 'codeshare': 'None'
  149. },
  150. 'status': {
  151. 'live': False,
  152. 'text': 'Scheduled',
  153. 'estimated': 'None',
  154. 'ambiguous': False,
  155. 'generic': {
  156. 'status': {
  157. 'text': 'scheduled',
  158. 'type': 'arrival',
  159. 'color': 'gray',
  160. 'diverted': 'None'
  161. },
  162. 'eventTime': {
  163. 'utc': 'None',
  164. 'local': 'None'
  165. }
  166. }
  167. },
  168. 'aircraft': {
  169. 'model': {
  170. 'code': 'C25C',
  171. 'text': 'Cessna 525C Citation CJ4'
  172. },
  173. 'registration': 'N22UB',
  174. 'country': {
  175. 'name': 'United States',
  176. 'alpha2': 'US',
  177. 'alpha3': 'USA'
  178. },
  179. 'restricted': False,
  180. 'serialNo': 'None',
  181. 'age': {
  182. 'availability': True
  183. },
  184. 'availability': {
  185. 'serialNo': True,
  186. 'age': True
  187. }
  188. },
  189. 'owner': 'None',
  190. 'airline': 'None',
  191. 'airport': {
  192. 'origin': {
  193. 'code': {
  194. 'iata': 'FAB',
  195. 'icao': 'EGLF'
  196. },
  197. 'timezone': {
  198. 'name': 'Europe/London',
  199. 'offset': 0,
  200. 'abbr': 'GMT',
  201. 'abbrName': 'Greenwich Mean Time',
  202. 'isDst': False
  203. },
  204. 'info': {
  205. 'terminal': 'None',
  206. 'baggage': 'None',
  207. 'gate': 'None'
  208. },
  209. 'name': 'Farnborough Airport',
  210. 'position': {
  211. 'latitude': 51.275829,
  212. 'longitude': -0.77633,
  213. 'country': {
  214. 'name': 'United Kingdom',
  215. 'code': 'GB'
  216. },
  217. 'region': {
  218. 'city': 'Farnborough'
  219. }
  220. },
  221. 'visible': True
  222. },
  223. 'destination': {
  224. 'timezone': {
  225. 'name': 'Europe/London',
  226. 'offset': 0,
  227. 'abbr': 'GMT',
  228. 'abbrName': 'Greenwich Mean Time',
  229. 'isDst': False
  230. },
  231. 'info': {
  232. 'terminal': 'None',
  233. 'baggage': 'None',
  234. 'gate': 'None'
  235. }
  236. },
  237. 'real': 'None'
  238. },
  239. 'time': {
  240. 'scheduled': {
  241. 'departure_millis': 1704544200000,
  242. 'departure_date': '20240106',
  243. 'departure_time': '1230',
  244. 'departure': 1704544200,
  245. 'arrival_millis': 1704547620000,
  246. 'arrival_date': '20240106',
  247. 'arrival_time': '1327',
  248. 'arrival': 1704547620
  249. },
  250. 'real': {
  251. 'departure': 'None',
  252. 'arrival': 'None'
  253. },
  254. 'estimated': {
  255. 'departure_millis': 1704544800000,
  256. 'departure_date': '20240106',
  257. 'departure_time': '1240',
  258. 'departure': 1704544800,
  259. 'arrival': 'None'
  260. },
  261. 'other': {
  262. 'eta': 'None',
  263. 'duration': 'None'
  264. }
  265. }
  266. }
  267. }, {
  268. 'flight': {
  269. 'identification': {
  270. 'number': {
  271. 'default': 'LJC2',
  272. 'alternative': 'None'
  273. },
  274. 'callsign': 'LJC2',
  275. 'codeshare': 'None'
  276. },
  277. 'status': {
  278. 'live': False,
  279. 'text': 'Scheduled',
  280. 'estimated': 'None',
  281. 'ambiguous': False,
  282. 'generic': {
  283. 'status': {
  284. 'text': 'scheduled',
  285. 'type': 'arrival',
  286. 'color': 'gray',
  287. 'diverted': 'None'
  288. },
  289. 'eventTime': {
  290. 'utc': 'None',
  291. 'local': 'None'
  292. }
  293. }
  294. },
  295. 'aircraft': {
  296. 'model': {
  297. 'code': 'B350',
  298. 'text': 'Beech B300 Super King Air 350'
  299. },
  300. 'registration': 'G-SRBM',
  301. 'country': {
  302. 'name': 'United Kingdom',
  303. 'alpha2': 'GB',
  304. 'alpha3': 'GBR'
  305. },
  306. 'restricted': False,
  307. 'serialNo': 'None',
  308. 'age': {
  309. 'availability': True
  310. },
  311. 'availability': {
  312. 'serialNo': True,
  313. 'age': True
  314. }
  315. },
  316. 'owner': {
  317. 'name': 'The Little Jet Company',
  318. 'code': {
  319. 'iata': 'None',
  320. 'icao': 'LJC'
  321. }
  322. },
  323. 'airline': {
  324. 'name': 'The Little Jet Company',
  325. 'code': {
  326. 'iata': 'None',
  327. 'icao': 'LJC'
  328. },
  329. 'short': 'The Little Jet Company'
  330. },
  331. 'airport': {
  332. 'origin': {
  333. 'code': {
  334. 'iata': 'GCI',
  335. 'icao': 'EGJB'
  336. },
  337. 'timezone': {
  338. 'name': 'Europe/Guernsey',
  339. 'offset': 0,
  340. 'abbr': 'GMT',
  341. 'abbrName': 'Greenwich Mean Time',
  342. 'isDst': False
  343. },
  344. 'info': {
  345. 'terminal': 'None',
  346. 'baggage': 'None',
  347. 'gate': 'None'
  348. },
  349. 'name': 'Guernsey Airport',
  350. 'position': {
  351. 'latitude': 49.434952,
  352. 'longitude': -2.60196,
  353. 'country': {
  354. 'name': 'Guernsey',
  355. 'code': 'GG'
  356. },
  357. 'region': {
  358. 'city': 'Guernsey'
  359. }
  360. },
  361. 'visible': True
  362. },
  363. 'destination': {
  364. 'timezone': {
  365. 'name': 'Europe/London',
  366. 'offset': 0,
  367. 'abbr': 'GMT',
  368. 'abbrName': 'Greenwich Mean Time',
  369. 'isDst': False
  370. },
  371. 'info': {
  372. 'terminal': 'None',
  373. 'baggage': 'None',
  374. 'gate': 'None'
  375. }
  376. },
  377. 'real': 'None'
  378. },
  379. 'time': {
  380. 'scheduled': {
  381. 'departure_millis': 1704553200000,
  382. 'departure_date': '20240106',
  383. 'departure_time': '1500',
  384. 'departure': 1704553200,
  385. 'arrival_millis': 1704556980000,
  386. 'arrival_date': '20240106',
  387. 'arrival_time': '1603',
  388. 'arrival': 1704556980
  389. },
  390. 'real': {
  391. 'departure': 'None',
  392. 'arrival': 'None'
  393. },
  394. 'estimated': {
  395. 'departure_millis': 1704553800000,
  396. 'departure_date': '20240106',
  397. 'departure_time': '1510',
  398. 'departure': 1704553800,
  399. 'arrival': 'None'
  400. },
  401. 'other': {
  402. 'eta': 'None',
  403. 'duration': 'None'
  404. }
  405. }
  406. }
  407. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement