Advertisement
sastranababan

Untitled

Jan 29th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.68 KB | None | 0 0
  1. {
  2.     "departures": {
  3.         "result": [
  4.             {
  5.                 "flight_id": "001037407077848286747170768780788869718190878887|Departure|14364297:X:S",
  6.                 "airline_name": [
  7.                     "SRIWIJAYA"
  8.                 ],
  9.                 "image": [
  10.                     "sriwijaya.png"
  11.                 ],
  12.                 "flight_number": [
  13.                     "SJ 021"
  14.                 ],
  15.                 "flight_date": [
  16.                     "Fri, 02 Feb 2018"
  17.                 ],
  18.                 "departure_time": [
  19.                     "13:05"
  20.                 ],
  21.                 "arrival_time": [
  22.                     "16:30"
  23.                 ],
  24.                 "departure_airport": [
  25.                     "KNO"
  26.                 ],
  27.                 "arrival_airport": [
  28.                     "CGK"
  29.                 ],
  30.                 "duration": 205,
  31.                 "stop": "Nonstop",
  32.                 "promo": false,
  33.                 "meal": false,
  34.                 "price_adult": 1514550,
  35.                 "price_child": 1009700,
  36.                 "price_infant": 52000,
  37.                 "psc_adult": 225000,
  38.                 "psc_child": 150000,
  39.                 "tax_adult": 156900,
  40.                 "tax_child": 104600,
  41.                 "tax_infant": 5200,
  42.                 "insurance_adult": 15000,
  43.                 "insurance_child": 10000,
  44.                 "insurance_infant": 5000,
  45.                 "instant_voucher": 0,
  46.                 "baggage": 20,
  47.                 "tax_fee_total": 671700,
  48.                 "price_grand_total": 3247950
  49.             },
  50.             {
  51.                 "flight_id": "001037407077848286747170768780788869718190878887|Departure|8691591:X:S",
  52.                 "airline_name": [
  53.                     "SRIWIJAYA"
  54.                 ],
  55.                 "image": [
  56.                     "sriwijaya.png"
  57.                 ],
  58.                 "flight_number": [
  59.                     "SJ 017"
  60.                 ],
  61.                 "flight_date": [
  62.                     "Fri, 02 Feb 2018"
  63.                 ],
  64.                 "departure_time": [
  65.                     "18:45"
  66.                 ],
  67.                 "arrival_time": [
  68.                     "21:10"
  69.                 ],
  70.                 "departure_airport": [
  71.                     "KNO"
  72.                 ],
  73.                 "arrival_airport": [
  74.                     "CGK"
  75.                 ],
  76.                 "duration": 145,
  77.                 "stop": "Nonstop",
  78.                 "promo": false,
  79.                 "meal": false,
  80.                 "price_adult": 1514550,
  81.                 "price_child": 1009700,
  82.                 "price_infant": 52000,
  83.                 "psc_adult": 225000,
  84.                 "psc_child": 150000,
  85.                 "tax_adult": 156900,
  86.                 "tax_child": 104600,
  87.                 "tax_infant": 5200,
  88.                 "insurance_adult": 15000,
  89.                 "insurance_child": 10000,
  90.                 "insurance_infant": 5000,
  91.                 "instant_voucher": 0,
  92.                 "baggage": 20,
  93.                 "tax_fee_total": 671700,
  94.                 "price_grand_total": 3247950
  95.             },
  96.             {
  97.                 "flight_id": "001037407077848286747170768780788869718190878887|Departure|14962150:X:S",
  98.                 "airline_name": [
  99.                     "SRIWIJAYA"
  100.                 ],
  101.                 "image": [
  102.                     "sriwijaya.png"
  103.                 ],
  104.                 "flight_number": [
  105.                     "SJ 015"
  106.                 ],
  107.                 "flight_date": [
  108.                     "Fri, 02 Feb 2018",
  109.                     "Sat, 03 Feb 2018"
  110.                 ],
  111.                 "departure_time": [
  112.                     "21:40"
  113.                 ],
  114.                 "arrival_time": [
  115.                     "0:05"
  116.                 ],
  117.                 "departure_airport": [
  118.                     "KNO"
  119.                 ],
  120.                 "arrival_airport": [
  121.                     "CGK"
  122.                 ],
  123.                 "duration": 145,
  124.                 "stop": "Nonstop",
  125.                 "promo": false,
  126.                 "meal": false,
  127.                 "price_adult": 1514550,
  128.                 "price_child": 1009700,
  129.                 "price_infant": 52000,
  130.                 "psc_adult": 225000,
  131.                 "psc_child": 150000,
  132.                 "tax_adult": 156900,
  133.                 "tax_child": 104600,
  134.                 "tax_infant": 5200,
  135.                 "insurance_adult": 15000,
  136.                 "insurance_child": 10000,
  137.                 "insurance_infant": 5000,
  138.                 "instant_voucher": 0,
  139.                 "baggage": 20,
  140.                 "tax_fee_total": 671700,
  141.                 "price_grand_total": 3247950
  142.             }
  143.         ]
  144.     }
  145. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement