Korkron

One Way Flights Example

Jan 29th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 39.28 KB | None | 0 0
  1. {
  2.   "flights": [
  3.     {
  4.       "costs": {
  5.         "airfare": 105,
  6.         "fees": 0,
  7.         "charges": 0,
  8.         "total_price": 105
  9.       },
  10.       "avaliable_itens": [
  11.         {
  12.           "departure_time": "06:00",
  13.           "arrive_time": "08:57",
  14.           "duration": "5h 57m",
  15.           "days": 0,
  16.           "baggage": {
  17.             "backpack": true,
  18.             "handbag": true,
  19.             "bag": false
  20.           },
  21.           "fligth_segments": [
  22.             {
  23.               "flight_duration": "5h 57m",
  24.               "fligth_number": "B62801",
  25.               "airline": "JetBlue Airways",
  26.               "aircraft": "no info",
  27.               "departure_airport_code": "FLL",
  28.               "arrive_airport_code": "LAX",
  29.               "departure_airport_name": "Fort Lauderdale/hollywood International Airport",
  30.               "arrive_airport_name": "Los Angeles International Airport",
  31.               "departure_city": "Fort Lauderdale",
  32.               "arrive_city": "Los Angeles"
  33.             }
  34.           ]
  35.         },
  36.         {
  37.           "departure_time": "19:19",
  38.           "arrive_time": "22:18",
  39.           "duration": "no info",
  40.           "days": 0,
  41.           "baggage": {
  42.             "backpack": true,
  43.             "handbag": true,
  44.             "bag": false
  45.           },
  46.           "fligth_segments": [
  47.             {
  48.               "flight_duration": "5h 59m",
  49.               "fligth_number": "B6101",
  50.               "airline": "JetBlue Airways",
  51.               "aircraft": "no info",
  52.               "departure_airport_code": "FLL",
  53.               "arrive_airport_code": "LAX",
  54.               "departure_airport_name": "Fort Lauderdale/hollywood International Airport",
  55.               "arrive_airport_name": "Los  Angeles International Airport",
  56.               "departure_city": "Fort Lauderdale",
  57.               "arrive_city": "Los Angeles"
  58.             }
  59.           ]
  60.         }
  61.       ]
  62.     },
  63.     {
  64.       "costs": {
  65.         "airfare": 105,
  66.         "fees": 0,
  67.         "charges": 0,
  68.         "total_price": 105
  69.       },
  70.       "avaliable_itens": [
  71.         {
  72.           "departure_time": "07:00",
  73.           "arrive_time": "10:05",
  74.           "duration": "6h 5m",
  75.           "days": 0,
  76.           "baggage": {
  77.             "backpack": true,
  78.             "handbag": true,
  79.             "bag": false
  80.           },
  81.           "fligth_segments": [
  82.             {
  83.               "flight_duration": "6h 5m",
  84.               "fligth_number": "AS919",
  85.               "airline": "Alaska Airlines",
  86.               "aircraft": " Boeing 737-800 (winglets)",
  87.               "departure_airport_code": "FLL",
  88.               "arrive_airport_code": "LAX",
  89.               "departure_airport_name": "Fort Lauderdale/hollywood International Airport",
  90.               "arrive_airport_name": "Los  Angeles International Airport",
  91.               "departure_city": "Fort Lauderdale",
  92.               "arrive_city": "Los Angeles"
  93.             }
  94.           ]
  95.         },
  96.         {
  97.           "departure_time": "17:15",
  98.           "arrive_time": "20:25",
  99.           "duration": "no info",
  100.           "days": 0,
  101.           "baggage": {
  102.             "backpack": true,
  103.             "handbag": true,
  104.             "bag": false
  105.           },
  106.           "fligth_segments": [
  107.             {
  108.               "flight_duration": "6h 10m",
  109.               "fligth_number": "AS337",
  110.               "airline": "Alaska Airlines",
  111.               "aircraft": " Boeing 737-800 (winglets)",
  112.               "departure_airport_code": "FLL",
  113.               "arrive_airport_code": "LAX",
  114.               "departure_airport_name": "Fort Lauderdale/hollywood International Airport",
  115.               "arrive_airport_name": "Los Angeles International Airport",
  116.               "departure_city": "Fort Lauderdale",
  117.               "arrive_city": "Los Angeles"
  118.             }
  119.           ]
  120.         }
  121.       ]
  122.     },
  123.     {
  124.       "costs": {
  125.         "airfare": 115,
  126.         "fees": 0,
  127.         "charges": 0,
  128.         "total_price": 115
  129.       },
  130.       "avaliable_itens": [
  131.         {
  132.           "departure_time": "06:20",
  133.           "arrive_time": "12:43",
  134.           "duration": "no info",
  135.           "days": 0,
  136.           "baggage": {
  137.             "backpack": true,
  138.             "handbag": false,
  139.             "bag": false
  140.           },
  141.           "fligth_segments": [
  142.             {
  143.               "flight_duration": "3h 21m",
  144.               "fligth_number": "UA1614",
  145.               "airline": "United Airlines",
  146.               "aircraft": " Boeing 737-900",
  147.               "departure_airport_code": "FLL",
  148.               "arrive_airport_code": "ORD",
  149.               "departure_airport_name": "Fort Lauderdale/hollywood International Airport",
  150.               "arrive_airport_name": "Chicago O'hare International Airport",
  151.               "departure_city": "Fort Lauderdale",
  152.               "arrive_city": "Chicago"
  153.             },
  154.             {
  155.               "flight_duration": "4h 33m",
  156.               "fligth_number": "UA531",
  157.               "airline": "United Airlines",
  158.               "aircraft": " Boeing 757-300",
  159.               "departure_airport_code": "ORD",
  160.               "arrive_airport_code": "LAX",
  161.               "departure_airport_name": "Chicago O'hare International Airport",
  162.               "arrive_airport_name": "Los Angeles International Airport",
  163.               "departure_city": "Chicago",
  164.               "arrive_city": "Los Angeles"
  165.             }
  166.           ]
  167.         },
  168.         {
  169.           "departure_time": "07:40",
  170.           "arrive_time": "14:02",
  171.           "duration": "no info",
  172.           "days": 0,
  173.           "baggage": {
  174.             "backpack": true,
  175.             "handbag": false,
  176.             "bag": false
  177.           },
  178.           "fligth_segments": [
  179.             {
  180.               "flight_duration": "3h 21m",
  181.               "fligth_number": "UA2306",
  182.               "airline": "United Airlines",
  183.               "aircraft": " Boeing 737-800",
  184.               "departure_airport_code": "FLL",
  185.               "arrive_airport_code": "ORD",
  186.               "departure_airport_name": "Fort Lauderdale/hollywood International Airport",
  187.               "arrive_airport_name": "Chicago O'hare International Airport",
  188.               "departure_city": "Fort Lauderdale",
  189.               "arrive_city": "Chicago"
  190.             },
  191.             {
  192.               "flight_duration": "4h 37m",
  193.               "fligth_number": "UA310",
  194.               "airline": "United Airlines",
  195.               "aircraft": " Boeing 737-800",
  196.               "departure_airport_code": "ORD",
  197.               "arrive_airport_code": "LAX",
  198.               "departure_airport_name": "Chicago O'hare International Airport",
  199.               "arrive_airport_name": "Los Angeles International Airport",
  200.               "departure_city": "Chicago",
  201.               "arrive_city": "Los Angeles"
  202.             }
  203.           ]
  204.         },
  205.         {
  206.           "departure_time": "08:35",
  207.           "arrive_time": "15:20",
  208.           "duration": "no info",
  209.           "days": 0,
  210.           "baggage": {
  211.             "backpack": true,
  212.             "handbag": false,
  213.             "bag": false
  214.           },
  215.           "fligth_segments": [
  216.             {
  217.               "flight_duration": "3h 21m",
  218.               "fligth_number": "UA1450",
  219.               "airline": "United Airlines",
  220.               "aircraft": " Boeing 737-900",
  221.               "departure_airport_code": "FLL",
  222.               "arrive_airport_code": "ORD",
  223.               "departure_airport_name": "Fort Lauderdale/hollywood International Airport",
  224.               "arrive_airport_name": "Chicago O'hare International Airport",
  225.               "departure_city": "Fort Lauderdale",
  226.               "arrive_city": "Chicago"
  227.             },
  228.             {
  229.               "flight_duration": "4h 34m",
  230.               "fligth_number": "UA566",
  231.               "airline": "United Airlines",
  232.               "aircraft": " Boeing 737-900",
  233.               "departure_airport_code": "ORD",
  234.               "arrive_airport_code": "LAX",
  235.               "departure_airport_name": "Chicago O'hare International Airport",
  236.               "arrive_airport_name": "Los Angeles International Airport",
  237.               "departure_city": "Chicago",
  238.               "arrive_city": "Los Angeles"
  239.             }
  240.           ]
  241.         },
  242.         {
  243.           "departure_time": "09:00",
  244.           "arrive_time": "15:26",
  245.           "duration": "no info",
  246.           "days": 0,
  247.           "baggage": {
  248.             "backpack": true,
  249.             "handbag": false,
  250.             "bag": false
  251.           },
  252.           "fligth_segments": [
  253.             {
  254.               "flight_duration": "2h 30m",
  255.               "fligth_number": "UA1750",
  256.               "airline": "United Airlines",
  257.               "aircraft": " Boeing 737-900",
  258.               "departure_airport_code": "FLL",
  259.               "arrive_airport_code": "IAD",
  260.               "departure_airport_name": "Fort Lauderdale/hollywood International Airport",
  261.               "arrive_airport_name": "Washington Dulles International Airport",
  262.               "departure_city": "Fort Lauderdale",
  263.               "arrive_city": "Washington"
  264.             },
  265.             {
  266.               "flight_duration": "5h 41m",
  267.               "fligth_number": "UA632",
  268.               "airline": "United Airlines",
  269.               "aircraft": " Boeing 737-900",
  270.               "departure_airport_code": "IAD",
  271.               "arrive_airport_code": "LAX",
  272.               "departure_airport_name": "Washington Dulles International Airport",
  273.               "arrive_airport_name": "Los Angeles International Airport",
  274.               "departure_city": "Washington",
  275.               "arrive_city": "Los Angeles"
  276.             }
  277.           ]
  278.         },
  279.         {
  280.           "departure_time": "11:44",
  281.           "arrive_time": "16:38",
  282.           "duration": "no info",
  283.           "days": 0,
  284.           "baggage": {
  285.             "backpack": true,
  286.             "handbag": false,
  287.             "bag": false
  288.           },
  289.           "fligth_segments": [
  290.             {
  291.               "flight_duration": "2h 56m",
  292.               "fligth_number": "UA514",
  293.               "airline": "United Airlines",
  294.               "aircraft": " Airbus A320-100/200",
  295.               "departure_airport_code": "FLL",
  296.               "arrive_airport_code": "IAH",
  297.               "departure_airport_name": "Fort Lauderdale/hollywood International Airport",
  298.               "arrive_airport_name": "George Bush Intercontinental Airport",
  299.               "departure_city": "Fort Lauderdale",
  300.               "arrive_city": "Houston"
  301.             },
  302.             {
  303.               "flight_duration": "3h 38m",
  304.               "fligth_number": "UA2144",
  305.               "airline": "United Airlines",
  306.               "aircraft": "no info",
  307.               "departure_airport_code": "IAH",
  308.               "arrive_airport_code": "LAX",
  309.               "departure_airport_name": "George Bush Intercontinental Airport",
  310.               "arrive_airport_name": "Los Angeles International Airport",
  311.               "departure_city": "Houston",
  312.               "arrive_city": "Los Angeles"
  313.             }
  314.           ]
  315.         },
  316.         {
  317.           "departure_time": "15:00",
  318.           "arrive_time": "19:48",
  319.           "duration": "no info",
  320.           "days": 0,
  321.           "baggage": {
  322.             "backpack": true,
  323.             "handbag": false,
  324.             "bag": false
  325.           },
  326.           "fligth_segments": [
  327.             {
  328.               "flight_duration": "3h ",
  329.               "fligth_number": "UA832",
  330.               "airline": "United Airlines",
  331.               "aircraft": " Boeing 737-800",
  332.               "departure_airport_code": "FLL",
  333.               "arrive_airport_code": "IAH",
  334.               "departure_airport_name": "Fort Lauderdale/hollywood International Airport",
  335.               "arrive_airport_name": "George Bush Intercontinental Airport",
  336.               "departure_city": "Fort Lauderdale",
  337.               "arrive_city": "Houston"
  338.             },
  339.             {
  340.               "flight_duration": "3h 38m",
  341.               "fligth_number": "UA2172",
  342.               "airline": "United Airlines",
  343.               "aircraft": " Boeing 777",
  344.               "departure_airport_code": "IAH",
  345.               "arrive_airport_code": "LAX",
  346.               "departure_airport_name": "George Bush Intercontinental Airport",
  347.               "arrive_airport_name": "Los Angeles International Airport",
  348.               "departure_city": "Houston",
  349.               "arrive_city": "Los Angeles"
  350.             }
  351.           ]
  352.         },
  353.         {
  354.           "departure_time": "16:35",
  355.           "arrive_time": "21:27",
  356.           "duration": "no info",
  357.           "days": 0,
  358.           "baggage": {
  359.             "backpack": true,
  360.             "handbag": false,
  361.             "bag": false
  362.           },
  363.           "fligth_segments": [
  364.             {
  365.               "flight_duration": "3h ",
  366.               "fligth_number": "UA1139",
  367.               "airline": "United Airlines",
  368.               "aircraft": " Boeing 737-700",
  369.               "departure_airport_code": "FLL",
  370.               "arrive_airport_code": "IAH",
  371.               "departure_airport_name": "Fort Lauderdale/hollywood International Airport",
  372.               "arrive_airport_name": "George Bush Intercontinental Airport",
  373.               "departure_city": "Fort Lauderdale",
  374.               "arrive_city": "Houston"
  375.             },
  376.             {
  377.               "flight_duration": "3h 47m",
  378.               "fligth_number": "UA1747",
  379.               "airline": "United Airlines",
  380.               "aircraft": " Boeing 737-900",
  381.               "departure_airport_code": "IAH",
  382.               "arrive_airport_code": "LAX",
  383.               "departure_airport_name": "George Bush Intercontinental Airport",
  384.               "arrive_airport_name": "Los Angeles International Airport",
  385.               "departure_city": "Houston",
  386.               "arrive_city": "Los Angeles"
  387.             }
  388.           ]
  389.         },
  390.         {
  391.           "departure_time": "18:50",
  392.           "arrive_time": "23:17",
  393.           "duration": "7h 27m",
  394.           "days": 0,
  395.           "baggage": {
  396.             "backpack": true,
  397.             "handbag": false,
  398.             "bag": false
  399.           },
  400.           "fligth_segments": [
  401.             {
  402.               "flight_duration": "3h ",
  403.               "fligth_number": "UA388",
  404.               "airline": "United Airlines",
  405.               "aircraft": " Boeing 737-900",
  406.               "departure_airport_code": "FLL",
  407.               "arrive_airport_code": "IAH",
  408.               "departure_airport_name": "Fort Lauderdale/hollywood International Airport",
  409.               "arrive_airport_name": "George Bush Intercontinental Airport",
  410.               "departure_city": "Fort Lauderdale",
  411.               "arrive_city": "Houston"
  412.             },
  413.             {
  414.               "flight_duration": "3h 42m",
  415.               "fligth_number": "UA1813",
  416.               "airline": "United Airlines",
  417.               "aircraft": " Boeing 737-900",
  418.               "departure_airport_code": "IAH",
  419.               "arrive_airport_code": "LAX",
  420.               "departure_airport_name": "George Bush Intercontinental Airport",
  421.               "arrive_airport_name": "Los Angeles International Airport",
  422.               "departure_city": "Houston",
  423.               "arrive_city": "Los Angeles"
  424.             }
  425.           ]
  426.         }
  427.       ]
  428.     },
  429.     {
  430.       "costs": {
  431.         "airfare": 132,
  432.         "fees": 0,
  433.         "charges": 0,
  434.         "total_price": 132
  435.       },
  436.       "avaliable_itens": [
  437.         {
  438.           "departure_time": "23:38",
  439.           "arrive_time": "02:35",
  440.           "duration": "5h 57m",
  441.           "days": "+1 ",
  442.           "baggage": {
  443.             "backpack": true,
  444.             "handbag": true,
  445.             "bag": false
  446.           },
  447.           "fligth_segments": [
  448.             {
  449.               "flight_duration": "5h 57m",
  450.               "fligth_number": "AA795",
  451.               "airline": "American Airlines",
  452.               "aircraft": " Boeing 737-800",
  453.               "departure_airport_code": "MIA",
  454.               "arrive_airport_code": "LAX",
  455.               "departure_airport_name": "Miami International Airport",
  456.               "arrive_airport_name": "Los Angeles International Airport",
  457.               "departure_city": "Miami",
  458.               "arrive_city": "Los Angeles"
  459.             }
  460.           ]
  461.         }
  462.       ]
  463.     },
  464.     {
  465.       "costs": {
  466.         "airfare": 141,
  467.         "fees": 0,
  468.         "charges": 0,
  469.         "total_price": 141
  470.       },
  471.       "avaliable_itens": [
  472.         {
  473.           "departure_time": "08:15",
  474.           "arrive_time": "14:02",
  475.           "duration": "no info",
  476.           "days": 0,
  477.           "baggage": {
  478.             "backpack": true,
  479.             "handbag": false,
  480.             "bag": false
  481.           },
  482.           "fligth_segments": [
  483.             {
  484.               "flight_duration": "3h 24m",
  485.               "fligth_number": "UA1787",
  486.               "airline": "United Airlines",
  487.               "aircraft": " Airbus A319",
  488.               "departure_airport_code": "MIA",
  489.               "arrive_airport_code": "ORD",
  490.               "departure_airport_name": "Miami International Airport",
  491.               "arrive_airport_name": "Chicago O'hare International Airport",
  492.               "departure_city": "Miami",
  493.               "arrive_city": "Chicago"
  494.             },
  495.             {
  496.               "flight_duration": "4h 37m",
  497.               "fligth_number": "UA310",
  498.               "airline": "United Airlines",
  499.               "aircraft": " Boeing 737-800",
  500.               "departure_airport_code": "ORD",
  501.               "arrive_airport_code": "LAX",
  502.               "departure_airport_name": "Chicago O'hare International Airport",
  503.               "arrive_airport_name": "Los Angeles International Airport",
  504.               "departure_city": "Chicago",
  505.               "arrive_city": "Los Angeles"
  506.             }
  507.           ]
  508.         },
  509.         {
  510.           "departure_time": "11:45",
  511.           "arrive_time": "16:07",
  512.           "duration": "no info",
  513.           "days": 0,
  514.           "baggage": {
  515.             "backpack": true,
  516.             "handbag": false,
  517.             "bag": false
  518.           },
  519.           "fligth_segments": [
  520.             {
  521.               "flight_duration": "2h 57m",
  522.               "fligth_number": "UA2147",
  523.               "airline": "United Airlines",
  524.               "aircraft": " Boeing 737-800",
  525.               "departure_airport_code": "MIA",
  526.               "arrive_airport_code": "IAH",
  527.               "departure_airport_name": "Miami International Airport",
  528.               "arrive_airport_name": "George Bush Intercontinental Airport",
  529.               "departure_city": "Miami",
  530.               "arrive_city": "Houston"
  531.             },
  532.             {
  533.               "flight_duration": "3h 47m",
  534.               "fligth_number": "UA1777",
  535.               "airline": "United Airlines",
  536.               "aircraft": " Boeing 737-900",
  537.               "departure_airport_code": "IAH",
  538.               "arrive_airport_code": "LAX",
  539.               "departure_airport_name": "George Bush Intercontinental Airport",
  540.               "arrive_airport_name": "Los Angeles International Airport",
  541.               "departure_city": "Houston",
  542.               "arrive_city": "Los Angeles"
  543.             }
  544.           ]
  545.         },
  546.         {
  547.           "departure_time": "13:48",
  548.           "arrive_time": "18:09",
  549.           "duration": "no info",
  550.           "days": 0,
  551.           "baggage": {
  552.             "backpack": true,
  553.             "handbag": false,
  554.             "bag": false
  555.           },
  556.           "fligth_segments": [
  557.             {
  558.               "flight_duration": "2h 52m",
  559.               "fligth_number": "UA1267",
  560.               "airline": "United Airlines",
  561.               "aircraft": " Airbus A320-100/200",
  562.               "departure_airport_code": "MIA",
  563.               "arrive_airport_code": "IAH",
  564.               "departure_airport_name": "Miami International Airport",
  565.               "arrive_airport_name": "George Bush Intercontinental  Airport",
  566.               "departure_city": "Miami",
  567.               "arrive_city": "Houston"
  568.             },
  569.             {
  570.               "flight_duration": "3h 49m",
  571.               "fligth_number": "UA1236",
  572.               "airline": "United Airlines",
  573.               "aircraft": " Boeing 737-900",
  574.               "departure_airport_code": "IAH",
  575.               "arrive_airport_code": "LAX",
  576.               "departure_airport_name": "George Bush Intercontinental Airport",
  577.               "arrive_airport_name": "Los Angeles International Airport",
  578.               "departure_city": "Houston",
  579.               "arrive_city": "Los Angeles"
  580.             }
  581.           ]
  582.         },
  583.         {
  584.           "departure_time": "15:25",
  585.           "arrive_time": "20:23",
  586.           "duration": "no info",
  587.           "days": 0,
  588.           "baggage": {
  589.             "backpack": true,
  590.             "handbag": false,
  591.             "bag": false
  592.           },
  593.           "fligth_segments": [
  594.             {
  595.               "flight_duration": "4h 24m",
  596.               "fligth_number": "UA1827",
  597.               "airline": "United Airlines",
  598.               "aircraft": " Boeing 737-900",
  599.               "departure_airport_code": "MIA",
  600.               "arrive_airport_code": "DEN",
  601.               "departure_airport_name": "Miami International Airport",
  602.               "arrive_airport_name": "Denver International Airport",
  603.               "departure_city": "Miami",
  604.               "arrive_city": "Denver"
  605.             },
  606.             {
  607.               "flight_duration": "2h 29m",
  608.               "fligth_number": "UA1613",
  609.               "airline": "United Airlines",
  610.               "aircraft": " Boeing 777",
  611.               "departure_airport_code": "DEN",
  612.               "arrive_airport_code": "LAX",
  613.               "departure_airport_name": "Denver International Airport",
  614.               "arrive_airport_name": "Los Angeles International Airport",
  615.               "departure_city": "Denver",
  616.               "arrive_city": "Los Angeles"
  617.             }
  618.           ]
  619.         },
  620.         {
  621.           "departure_time": "19:02",
  622.           "arrive_time": "23:17",
  623.           "duration": "7h 15m",
  624.           "days": 0,
  625.           "baggage": {
  626.             "backpack": true,
  627.             "handbag": false,
  628.             "bag": false
  629.           },
  630.           "fligth_segments": [
  631.             {
  632.               "flight_duration": "2h 59m",
  633.               "fligth_number": "UA2081",
  634.               "airline": "United Airlines",
  635.               "aircraft": " Boeing 737-800",
  636.               "departure_airport_code": "MIA",
  637.               "arrive_airport_code": "IAH",
  638.               "departure_airport_name": "Miami International Airport",
  639.               "arrive_airport_name": "George Bush Intercontinental Airport",
  640.               "departure_city": "Miami",
  641.               "arrive_city": "Houston"
  642.             },
  643.             {
  644.               "flight_duration": "3h 42m",
  645.               "fligth_number": "UA1813",
  646.               "airline": "United Airlines",
  647.               "aircraft": " Boeing 737-900",
  648.               "departure_airport_code": "IAH",
  649.               "arrive_airport_code": "LAX",
  650.               "departure_airport_name": "George Bush Intercontinental Airport",
  651.               "arrive_airport_name": "Los Angeles International Airport",
  652.               "departure_city": "Houston",
  653.               "arrive_city": "Los Angeles"
  654.             }
  655.           ]
  656.         }
  657.       ]
  658.     },
  659.     {
  660.       "costs": {
  661.         "airfare": 141,
  662.         "fees": 0,
  663.         "charges": 0,
  664.         "total_price": 141
  665.       },
  666.       "avaliable_itens": [
  667.         {
  668.           "departure_time": "12:25",
  669.           "arrive_time": "17:40",
  670.           "duration": "8h 15m",
  671.           "days": 0,
  672.           "baggage": {
  673.             "backpack": true,
  674.             "handbag": true,
  675.             "bag": false
  676.           },
  677.           "fligth_segments": [
  678.             {
  679.               "flight_duration": "2h 31m",
  680.               "fligth_number": "AA1519",
  681.               "airline": "American Airlines",
  682.               "aircraft": " Boeing 737-800",
  683.               "departure_airport_code": "MIA",
  684.               "arrive_airport_code": "BNA",
  685.               "departure_airport_name": "Miami International Airport",
  686.               "arrive_airport_name": "Nashville International Airport",
  687.               "departure_city": "Miami",
  688.               "arrive_city": "Nashville"
  689.             },
  690.             {
  691.               "flight_duration": "4h  44m",
  692.               "fligth_number": "AA519",
  693.               "airline": "American Airlines",
  694.               "aircraft": " Boeing 737-800",
  695.               "departure_airport_code": "BNA",
  696.               "arrive_airport_code": "LAX",
  697.               "departure_airport_name": "Nashville International Airport",
  698.               "arrive_airport_name": "Los Angeles International Airport",
  699.               "departure_city": "Nashville",
  700.               "arrive_city": "Los Angeles"
  701.             }
  702.           ]
  703.         },
  704.         {
  705.           "departure_time": "16:35",
  706.           "arrive_time": "22:05",
  707.           "duration": "no info",
  708.           "days": 0,
  709.           "baggage": {
  710.             "backpack": true,
  711.             "handbag": true,
  712.             "bag": false
  713.           },
  714.           "fligth_segments": [
  715.             {
  716.               "flight_duration": "3h 24m",
  717.               "fligth_number": "AA2685",
  718.               "airline": "American Airlines",
  719.               "aircraft": " Boeing 757",
  720.               "departure_airport_code": "MIA",
  721.               "arrive_airport_code": "DFW",
  722.               "departure_airport_name": "Miami International Airport",
  723.               "arrive_airport_name": "Dallas/Fort Worth International Airport",
  724.               "departure_city": "Miami",
  725.               "arrive_city": "Dallas"
  726.             },
  727.             {
  728.               "flight_duration": "3h 30m",
  729.               "fligth_number": "AA2697",
  730.               "airline": "American Airlines",
  731.               "aircraft": " Airbus A321-100/200",
  732.               "departure_airport_code": "DFW",
  733.               "arrive_airport_code": "LAX",
  734.               "departure_airport_name": "Dallas/Fort Worth International Airport",
  735.               "arrive_airport_name": "Los Angeles International Airport",
  736.               "departure_city": "Dallas",
  737.               "arrive_city": "Los Angeles"
  738.             }
  739.           ]
  740.         }
  741.       ]
  742.     },
  743.     {
  744.       "costs": {
  745.         "airfare": 143,
  746.         "fees": 0,
  747.         "charges": 0,
  748.         "total_price": 143
  749.       },
  750.       "avaliable_itens": [
  751.         {
  752.           "departure_time": "05:30",
  753.           "arrive_time": "10:40",
  754.           "duration": "no info",
  755.           "days": 0,
  756.           "baggage": {
  757.             "backpack": true,
  758.             "handbag": true,
  759.             "bag": false
  760.           },
  761.           "fligth_segments": [
  762.             {
  763.               "flight_duration": "1h 49m",
  764.               "fligth_number": "DL2127",
  765.               "airline": "Delta Air Lines",
  766.               "aircraft": " Boeing 757",
  767.               "departure_airport_code": "FLL",
  768.               "arrive_airport_code": "ATL",
  769.               "departure_airport_name": "Fort Lauderdale/hollywood International Airport",
  770.               "arrive_airport_name": "Hartsfield-Jackson Atlanta International Airport",
  771.               "departure_city": "Fort Lauderdale",
  772.               "arrive_city": "Atlanta"
  773.             },
  774.             {
  775.               "flight_duration": "5h 10m",
  776.               "fligth_number": "DL876",
  777.               "airline": "Delta Air Lines",
  778.               "aircraft": " Boeing 757-300",
  779.               "departure_airport_code": "ATL",
  780.               "arrive_airport_code": "LAX",
  781.               "departure_airport_name": "Hartsfield-Jackson Atlanta International Airport",
  782.               "arrive_airport_name": "Los Angeles International Airport",
  783.               "departure_city": "Atlanta",
  784.               "arrive_city": "Los Angeles"
  785.             }
  786.           ]
  787.         },
  788.         {
  789.           "departure_time": "06:30",
  790.           "arrive_time": "11:55",
  791.           "duration": "no info",
  792.           "days": 0,
  793.           "baggage": {
  794.             "backpack": true,
  795.             "handbag": true,
  796.             "bag": false
  797.           },
  798.           "fligth_segments": [
  799.             {
  800.               "flight_duration": "1h 52m",
  801.               "fligth_number": "DL827",
  802.               "airline": "Delta Air Lines",
  803.               "aircraft": " Boeing 757",
  804.               "departure_airport_code": "FLL",
  805.               "arrive_airport_code": "ATL",
  806.               "departure_airport_name": "Fort Lauderdale/hollywood International Airport",
  807.               "arrive_airport_name": "Hartsfield-Jackson Atlanta International Airport",
  808.               "departure_city": "Fort Lauderdale",
  809.               "arrive_city": "Atlanta"
  810.             },
  811.             {
  812.               "flight_duration": "5h 4m",
  813.               "fligth_number": "DL1323",
  814.               "airline": "Delta Air Lines",
  815.               "aircraft": " Boeing 757-300",
  816.               "departure_airport_code": "ATL",
  817.               "arrive_airport_code": "LAX",
  818.               "departure_airport_name": "Hartsfield-Jackson Atlanta International Airport",
  819.               "arrive_airport_name": "Los Angeles International Airport",
  820.               "departure_city": "Atlanta",
  821.               "arrive_city": "Los Angeles"
  822.             }
  823.           ]
  824.         },
  825.         {
  826.           "departure_time": "08:25",
  827.           "arrive_time": "13:25",
  828.           "duration": "no info",
  829.           "days": 0,
  830.           "baggage": {
  831.             "backpack": true,
  832.             "handbag": true,
  833.             "bag": false
  834.           },
  835.           "fligth_segments": [
  836.             {
  837.               "flight_duration": "1h 58m",
  838.               "fligth_number": "DL1138",
  839.               "airline": "Delta Air Lines",
  840.               "aircraft": " Boeing 757",
  841.               "departure_airport_code": "FLL",
  842.               "arrive_airport_code": "ATL",
  843.               "departure_airport_name": "Fort Lauderdale/hollywood International Airport",
  844.               "arrive_airport_name": "Hartsfield-Jackson Atlanta International Airport",
  845.               "departure_city": "Fort Lauderdale",
  846.               "arrive_city": "Atlanta"
  847.             },
  848.             {
  849.               "flight_duration": "5h 8m",
  850.               "fligth_number": "DL1267",
  851.               "airline": "Delta Air Lines",
  852.               "aircraft": " Airbus A321-100/200",
  853.               "departure_airport_code": "ATL",
  854.               "arrive_airport_code": "LAX",
  855.               "departure_airport_name": "Hartsfield-Jackson Atlanta International Airport",
  856.               "arrive_airport_name": "Los Angeles International Airport",
  857.               "departure_city": "Atlanta",
  858.               "arrive_city": "Los Angeles"
  859.             }
  860.           ]
  861.         },
  862.         {
  863.           "departure_time": "13:06",
  864.           "arrive_time": "18:28",
  865.           "duration": "no info",
  866.           "days": 0,
  867.           "baggage": {
  868.             "backpack": true,
  869.             "handbag": true,
  870.             "bag": false
  871.           },
  872.           "fligth_segments": [
  873.             {
  874.               "flight_duration": "1h 59m",
  875.               "fligth_number": "DL2026",
  876.               "airline": "Delta Air Lines",
  877.               "aircraft": " Boeing 757",
  878.               "departure_airport_code": "FLL",
  879.               "arrive_airport_code": "ATL",
  880.               "departure_airport_name": "Fort Lauderdale/hollywood International Airport",
  881.               "arrive_airport_name": "Hartsfield-Jackson Atlanta International Airport",
  882.               "departure_city": "Fort Lauderdale",
  883.               "arrive_city": "Atlanta"
  884.             },
  885.             {
  886.               "flight_duration": "4h 58m",
  887.               "fligth_number": "DL2137",
  888.               "airline": "Delta Air Lines",
  889.               "aircraft": " Boeing 737-900",
  890.               "departure_airport_code": "ATL",
  891.               "arrive_airport_code": "LAX",
  892.               "departure_airport_name": "Hartsfield-Jackson Atlanta International Airport",
  893.               "arrive_airport_name": "Los Angeles International Airport",
  894.               "departure_city": "Atlanta",
  895.               "arrive_city": "Los Angeles"
  896.             }
  897.           ]
  898.         },
  899.         {
  900.           "departure_time": "15:21",
  901.           "arrive_time": "19:52",
  902.           "duration": "7h 31m",
  903.           "days": 0,
  904.           "baggage": {
  905.             "backpack": true,
  906.             "handbag": true,
  907.             "bag": false
  908.           },
  909.           "fligth_segments": [
  910.             {
  911.               "flight_duration": "1h 58m",
  912.               "fligth_number": "DL406",
  913.               "airline": "Delta Air Lines",
  914.               "aircraft": " Boeing 757",
  915.               "departure_airport_code": "FLL",
  916.               "arrive_airport_code": "ATL",
  917.               "departure_airport_name": "Fort Lauderdale/hollywood International Airport",
  918.               "arrive_airport_name": "Hartsfield-Jackson Atlanta International Airport",
  919.               "departure_city": "Fort Lauderdale",
  920.               "arrive_city": "Atlanta"
  921.             },
  922.             {
  923.               "flight_duration": "4h 57m",
  924.               "fligth_number": "DL283",
  925.               "airline": "Delta Air Lines",
  926.               "aircraft": " Boeing 777-200LR",
  927.               "departure_airport_code": "ATL",
  928.               "arrive_airport_code": "LAX",
  929.               "departure_airport_name": "Hartsfield-Jackson Atlanta International Airport",
  930.               "arrive_airport_name": "Los Angeles International Airport",
  931.               "departure_city": "Atlanta",
  932.               "arrive_city": "Los Angeles"
  933.             }
  934.           ]
  935.         },
  936.         {
  937.           "departure_time": "16:50",
  938.           "arrive_time": "21:27",
  939.           "duration": "no info",
  940.           "days": 0,
  941.           "baggage": {
  942.             "backpack": true,
  943.             "handbag": true,
  944.             "bag": false
  945.           },
  946.           "fligth_segments": [
  947.             {
  948.               "flight_duration": "1h 57m",
  949.               "fligth_number": "DL1009",
  950.               "airline": "Delta Air Lines",
  951.               "aircraft": " Boeing 757",
  952.               "departure_airport_code": "FLL",
  953.               "arrive_airport_code": "ATL",
  954.               "departure_airport_name": "Fort Lauderdale/hollywood International Airport",
  955.               "arrive_airport_name": "Hartsfield-Jackson Atlanta International Airport",
  956.               "departure_city": "Fort Lauderdale",
  957.               "arrive_city": "Atlanta"
  958.             },
  959.             {
  960.               "flight_duration": "5h 3m",
  961.               "fligth_number": "DL2845",
  962.               "airline": "Delta Air Lines",
  963.               "aircraft": " Airbus A321-100/200",
  964.               "departure_airport_code": "ATL",
  965.               "arrive_airport_code": "LAX",
  966.               "departure_airport_name": "Hartsfield-Jackson Atlanta International Airport",
  967.               "arrive_airport_name": "Los Angeles International Airport",
  968.               "departure_city": "Atlanta",
  969.               "arrive_city": "Los Angeles"
  970.             }
  971.           ]
  972.         }
  973.       ]
  974.     },
  975.     {
  976.       "costs": {
  977.         "airfare": 143,
  978.         "fees": 0,
  979.         "charges": 0,
  980.         "total_price": 143
  981.       },
  982.       "avaliable_itens": [
  983.         {
  984.           "departure_time": "05:40",
  985.           "arrive_time": "10:40",
  986.           "duration": "8h ",
  987.           "days": 0,
  988.           "baggage": {
  989.             "backpack": true,
  990.             "handbag": true,
  991.             "bag": false
  992.           },
  993.           "fligth_segments": [
  994.             {
  995.               "flight_duration": "1h 52m",
  996.               "fligth_number": "DL940",
  997.               "airline": "Delta Air Lines",
  998.               "aircraft": " Airbus A321-100/200",
  999.               "departure_airport_code": "MIA",
  1000.               "arrive_airport_code": "ATL",
  1001.               "departure_airport_name": "Miami International Airport",
  1002.               "arrive_airport_name": "Hartsfield-Jackson Atlanta International Airport",
  1003.               "departure_city": "Miami",
  1004.               "arrive_city": "Atlanta"
  1005.             },
  1006.             {
  1007.               "flight_duration": "5h 10m",
  1008.               "fligth_number": "DL876",
  1009.               "airline": "Delta Air Lines",
  1010.               "aircraft": " Boeing 757-300",
  1011.               "departure_airport_code": "ATL",
  1012.               "arrive_airport_code": "LAX",
  1013.               "departure_airport_name": "Hartsfield-Jackson Atlanta International Airport",
  1014.               "arrive_airport_name": "Los Angeles International Airport",
  1015.               "departure_city": "Atlanta",
  1016.               "arrive_city": "Los Angeles"
  1017.             }
  1018.           ]
  1019.         },
  1020.         {
  1021.           "departure_time": "06:50",
  1022.           "arrive_time": "11:55",
  1023.           "duration": "no info",
  1024.           "days": 0,
  1025.           "baggage": {
  1026.             "backpack": true,
  1027.             "handbag": true,
  1028.             "bag": false
  1029.           },
  1030.           "fligth_segments": [
  1031.             {
  1032.               "flight_duration": "2h 5m",
  1033.               "fligth_number": "DL891",
  1034.               "airline": "Delta Air Lines",
  1035.               "aircraft": " Boeing 737-800",
  1036.               "departure_airport_code": "MIA",
  1037.               "arrive_airport_code": "ATL",
  1038.               "departure_airport_name": "Miami International Airport",
  1039.               "arrive_airport_name": "Hartsfield-Jackson Atlanta International  Airport",
  1040.               "departure_city": "Miami",
  1041.               "arrive_city": "Atlanta"
  1042.             },
  1043.             {
  1044.               "flight_duration": "5h 4m",
  1045.               "fligth_number": "DL1323",
  1046.               "airline": "Delta Air Lines",
  1047.               "aircraft": " Boeing 757-300",
  1048.               "departure_airport_code": "ATL",
  1049.               "arrive_airport_code": "LAX",
  1050.               "departure_airport_name": "Hartsfield-Jackson Atlanta International Airport",
  1051.               "arrive_airport_name": "Los Angeles International Airport",
  1052.               "departure_city": "Atlanta",
  1053.               "arrive_city": "Los Angeles"
  1054.             }
  1055.           ]
  1056.         },
  1057.         {
  1058.           "departure_time": "11:16",
  1059.           "arrive_time": "18:28",
  1060.           "duration": "no info",
  1061.           "days": 0,
  1062.           "baggage": {
  1063.             "backpack": true,
  1064.             "handbag": true,
  1065.             "bag": false
  1066.           },
  1067.           "fligth_segments": [
  1068.             {
  1069.               "flight_duration": "2h 1m",
  1070.               "fligth_number": "DL1987",
  1071.               "airline": "Delta Air Lines",
  1072.               "aircraft": " Airbus A321-100/200",
  1073.               "departure_airport_code": "MIA",
  1074.               "arrive_airport_code": "ATL",
  1075.               "departure_airport_name": "Miami International Airport",
  1076.               "arrive_airport_name": "Hartsfield-Jackson Atlanta International Airport",
  1077.               "departure_city": "Miami",
  1078.               "arrive_city": "Atlanta"
  1079.             },
  1080.             {
  1081.               "flight_duration": "4h 58m",
  1082.               "fligth_number": "DL2137",
  1083.               "airline": "Delta Air Lines",
  1084.               "aircraft": " Boeing 737-900",
  1085.               "departure_airport_code": "ATL",
  1086.               "arrive_airport_code": "LAX",
  1087.               "departure_airport_name": "Hartsfield-Jackson Atlanta International Airport",
  1088.               "arrive_airport_name": "Los Angeles International Airport",
  1089.               "departure_city": "Atlanta",
  1090.               "arrive_city": "Los Angeles"
  1091.             }
  1092.           ]
  1093.         }
  1094.       ]
  1095.     }
  1096.   ],
  1097.   "infos": {
  1098.     "urlBase": "https://www.us.despegar.com",
  1099.     "urlSearch": "https://www.us.despegar.com/shop/flights/results/oneway/MIA/LAX/2020-03-10/1/0/0/NA/NA/NA/NA/?from=SB&di=1-0",
  1100.     "currency": "USD"
  1101.   }
  1102. }
Add Comment
Please, Sign In to add comment